Html Css Color HEX #0F6491 Allports

📋 copy color: '#0F6491'

red 15 ◦ green 100 ◦ blue 145

#0F6491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #0F6491

Tints of Allports #0F6491

RGB

 RED value IS 15 (6.25% from 255) = 5.77%

 GREEN value IS 100 (39.45% from 255) = 38.46%

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 5.77%
G = 38.46%
B = 55.77%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F6491 (or 0x0F6491) is known color: Allports. HEX triplet: 0F, 64 and 91. RGB value is (15,100,145). Sum of RGB (Red+Green+Blue) = 15+100+145=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F6491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6491 is #F09B6E. Grayscale: #4F4F4F. Windows color (decimal): -15768431 or 9528335. OLE color: 9528335.

HSL color Cylindrical-coordinate representation of color #0F6491: hue angle of 200.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6491 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 100 145 -
CMYK 0.90 0.31 0 0.43
HSL 200.77º 0.81% 0.31% -
HSV(B) 200.77º 0.9% 0.57% -
XYZ 9.87 11.26 28.44 -
YUV 79.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 15 100 145 0.90 0.31 0 0.43 200.77 0.81 0.31
Hex F 64 91 5A 1F 0 2B C9 51 1F
Octal 17 144 221 132 37 0 53 311 121 37
Binary 1111 1100100 10010001 1011010 11111 0 101011 11001001 1010001 11111

Color Harmonies of #0F6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6491

Black with #0F6491

Text Example


Text Example

White with #0F6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F6491; }

 p { color: rgb(15,100,145); }

 H1.HeaderClassName
 {
   color: #0F6491;
 }
 .AnyTagClassName
 {
   color: #0F6491;
 }
</style>

background-color css

<style>
 a { background-color: #0F6491; }

 a { background-color: rgb(15,100,145); }

 div.DivClassName
 {
   background-color: #0F6491;
 }
 .BgClassName
 {
   background-color: #0F6491;
 }
</style>

border-color css

<style>
 span { border-color: #0F6491; }

 span { border-color: rgb(15,100,145); }

 td.TdClassName
 {
   border-color: #0F6491;
 }
 .TagClassName
 {
   border-color: #0F6491;
 }
</style>