Html Css Color HEX #0F6DCE Navy Blue

📋 copy color: '#0F6DCE'

red 15 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #0F6DCE

Tints of Navy Blue #0F6DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 4.55%
G = 33.03%
B = 62.42%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F6DCE (or 0x0F6DCE) is known color: Navy Blue. HEX triplet: 0F, 6D and CE. RGB value is (15,109,206). Sum of RGB (Red+Green+Blue) = 15+109+206=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F6DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DCE is #F09231. Grayscale: #5B5B5B. Windows color (decimal): -15766066 or 13528335. OLE color: 13528335.

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

Color convert

RGB 15 109 206 -
CMYK 0.93 0.47 0 0.19
HSL 210.47º 0.86% 0.43% -
HSV(B) 210.47º 0.93% 0.81% -
XYZ 16.81 15.5 60.5 -
YUV 91.95 192.36 73.11 -
System Red Green Blue C M Y K H S L
Decimal 15 109 206 0.93 0.47 0 0.19 210.47 0.86 0.43
Hex F 6D CE 5D 2F 0 13 D2 56 2B
Octal 17 155 316 135 57 0 23 322 126 53
Binary 1111 1101101 11001110 1011101 101111 0 10011 11010010 1010110 101011

Color Harmonies of #0F6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DCE

Black with #0F6DCE

Text Example


Text Example

White with #0F6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,109,206); }

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

background-color css

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

 a { background-color: rgb(15,109,206); }

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

border-color css

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

 span { border-color: rgb(15,109,206); }

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