Html Css Color HEX #0F6DC6 Navy Blue

📋 copy color: '#0F6DC6'

red 15 ◦ green 109 ◦ blue 198

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

Shades of Navy Blue #0F6DC6

Tints of Navy Blue #0F6DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 61.49%

R = 4.66%
G = 33.85%
B = 61.49%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0F6DC6 (or 0x0F6DC6) is known color: Navy Blue. HEX triplet: 0F, 6D and C6. RGB value is (15,109,198). Sum of RGB (Red+Green+Blue) = 15+109+198=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 198 (77.73% from 255 or 61.49% from 322); Max value from RGB is 198 - color contains mainly: blue. Hex color #0F6DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DC6 is #F09239. Grayscale: #5A5A5A. Windows color (decimal): -15766074 or 13004047. OLE color: 13004047.

HSL color Cylindrical-coordinate representation of color #0F6DC6: hue angle of 209.18º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6DC6 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 109 198 -
CMYK 0.92 0.45 0 0.22
HSL 209.18º 0.86% 0.42% -
HSV(B) 209.18º 0.92% 0.78% -
XYZ 15.86 15.12 55.51 -
YUV 91.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 15 109 198 0.92 0.45 0 0.22 209.18 0.86 0.42
Hex F 6D C6 5C 2D 0 16 D1 56 2A
Octal 17 155 306 134 55 0 26 321 126 52
Binary 1111 1101101 11000110 1011100 101101 0 10110 11010001 1010110 101010

Color Harmonies of #0F6DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DC6

Black with #0F6DC6

Text Example


Text Example

White with #0F6DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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