Html Css Color HEX #0F6ACC Navy Blue

📋 copy color: '#0F6ACC'

red 15 ◦ green 106 ◦ blue 204

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

Shades of Navy Blue #0F6ACC

Tints of Navy Blue #0F6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

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

R = 4.62%
G = 32.62%
B = 62.77%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F6ACC (or 0x0F6ACC) is known color: Navy Blue. HEX triplet: 0F, 6A and CC. RGB value is (15,106,204). Sum of RGB (Red+Green+Blue) = 15+106+204=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F6ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6ACC is #F09533. Grayscale: #595959. Windows color (decimal): -15766836 or 13396495. OLE color: 13396495.

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

Color convert

RGB 15 106 204 -
CMYK 0.93 0.48 0 0.2
HSL 211.11º 0.86% 0.43% -
HSV(B) 211.11º 0.93% 0.8% -
XYZ 16.25 14.77 59.12 -
YUV 89.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 15 106 204 0.93 0.48 0 0.2 211.11 0.86 0.43
Hex F 6A CC 5D 30 0 14 D3 56 2B
Octal 17 152 314 135 60 0 24 323 126 53
Binary 1111 1101010 11001100 1011101 110000 0 10100 11010011 1010110 101011

Color Harmonies of #0F6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6ACC

Black with #0F6ACC

Text Example


Text Example

White with #0F6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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