Html Css Color HEX #0F6DCD Navy Blue

📋 copy color: '#0F6DCD'

red 15 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #0F6DCD

Tints of Navy Blue #0F6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 4.56%
G = 33.13%
B = 62.31%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F6DCD (or 0x0F6DCD) is known color: Navy Blue. HEX triplet: 0F, 6D and CD. RGB value is (15,109,205). Sum of RGB (Red+Green+Blue) = 15+109+205=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F6DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DCD is #F09232. Grayscale: #5B5B5B. Windows color (decimal): -15766067 or 13462799. OLE color: 13462799.

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

Color convert

RGB 15 109 205 -
CMYK 0.93 0.47 0 0.20
HSL 210.32º 0.86% 0.43% -
HSV(B) 210.32º 0.93% 0.8% -
XYZ 16.69 15.45 59.86 -
YUV 91.84 191.86 73.19 -
System Red Green Blue C M Y K H S L
Decimal 15 109 205 0.93 0.47 0 0.20 210.32 0.86 0.43
Hex F 6D CD 5D 2F 0 14 D2 56 2B
Octal 17 155 315 135 57 0 24 322 126 53
Binary 1111 1101101 11001101 1011101 101111 0 10100 11010010 1010110 101011

Color Harmonies of #0F6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DCD

Black with #0F6DCD

Text Example


Text Example

White with #0F6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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