Html Css Color HEX #0F6CCC Navy Blue

📋 copy color: '#0F6CCC'

red 15 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #0F6CCC

Tints of Navy Blue #0F6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 4.59%
G = 33.03%
B = 62.39%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F6CCC (or 0x0F6CCC) is known color: Navy Blue. HEX triplet: 0F, 6C and CC. RGB value is (15,108,204). Sum of RGB (Red+Green+Blue) = 15+108+204=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F6CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CCC is #F09333. Grayscale: #5A5A5A. Windows color (decimal): -15766324 or 13397007. OLE color: 13397007.

HSL color Cylindrical-coordinate representation of color #0F6CCC: hue angle of 210.48º 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 #0F6CCC is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 108 204 -
CMYK 0.93 0.47 0 0.2
HSL 210.48º 0.86% 0.43% -
HSV(B) 210.48º 0.93% 0.8% -
XYZ 16.46 15.19 59.19 -
YUV 91.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 15 108 204 0.93 0.47 0 0.2 210.48 0.86 0.43
Hex F 6C CC 5D 2F 0 14 D2 56 2B
Octal 17 154 314 135 57 0 24 322 126 53
Binary 1111 1101100 11001100 1011101 101111 0 10100 11010010 1010110 101011

Color Harmonies of #0F6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6CCC

Black with #0F6CCC

Text Example


Text Example

White with #0F6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,204); }

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

background-color css

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

 a { background-color: rgb(15,108,204); }

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

border-color css

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

 span { border-color: rgb(15,108,204); }

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