Html Css Color HEX #0F64CB Navy Blue

📋 copy color: '#0F64CB'

red 15 ◦ green 100 ◦ blue 203

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

Shades of Navy Blue #0F64CB

Tints of Navy Blue #0F64CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 4.72%
G = 31.45%
B = 63.84%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F64CB (or 0x0F64CB) is known color: Navy Blue. HEX triplet: 0F, 64 and CB. RGB value is (15,100,203). Sum of RGB (Red+Green+Blue) = 15+100+203=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F64CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F64CB is #F09B34. Grayscale: #555555. Windows color (decimal): -15768373 or 13329423. OLE color: 13329423.

HSL color Cylindrical-coordinate representation of color #0F64CB: hue angle of 212.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F64CB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 100 203 -
CMYK 0.93 0.51 0 0.20
HSL 212.87º 0.86% 0.43% -
HSV(B) 212.87º 0.93% 0.8% -
XYZ 15.53 13.53 58.29 -
YUV 86.33 193.84 77.12 -
System Red Green Blue C M Y K H S L
Decimal 15 100 203 0.93 0.51 0 0.20 212.87 0.86 0.43
Hex F 64 CB 5D 33 0 14 D5 56 2B
Octal 17 144 313 135 63 0 24 325 126 53
Binary 1111 1100100 11001011 1011101 110011 0 10100 11010101 1010110 101011

Color Harmonies of #0F64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F64CB

Black with #0F64CB

Text Example


Text Example

White with #0F64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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