Html Css Color HEX #0F6BCD Navy Blue

📋 copy color: '#0F6BCD'

red 15 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #0F6BCD

Tints of Navy Blue #0F6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.72%

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

R = 4.59%
G = 32.72%
B = 62.69%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F6BCD (or 0x0F6BCD) is known color: Navy Blue. HEX triplet: 0F, 6B and CD. RGB value is (15,107,205). Sum of RGB (Red+Green+Blue) = 15+107+205=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F6BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6BCD is #F09432. Grayscale: #5A5A5A. Windows color (decimal): -15766579 or 13462287. OLE color: 13462287.

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

Color convert

RGB 15 107 205 -
CMYK 0.93 0.48 0 0.20
HSL 210.95º 0.86% 0.43% -
HSV(B) 210.95º 0.93% 0.8% -
XYZ 16.47 15.02 59.79 -
YUV 90.66 192.52 74.03 -
System Red Green Blue C M Y K H S L
Decimal 15 107 205 0.93 0.48 0 0.20 210.95 0.86 0.43
Hex F 6B CD 5D 30 0 14 D3 56 2B
Octal 17 153 315 135 60 0 24 323 126 53
Binary 1111 1101011 11001101 1011101 110000 0 10100 11010011 1010110 101011

Color Harmonies of #0F6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6BCD

Black with #0F6BCD

Text Example


Text Example

White with #0F6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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