Html Css Color HEX #0F6DCF Navy Blue

📋 copy color: '#0F6DCF'

red 15 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #0F6DCF

Tints of Navy Blue #0F6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 4.53%
G = 32.93%
B = 62.54%

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

#0F6DCF (or 0x0F6DCF) is known color: Navy Blue. HEX triplet: 0F, 6D and CF. RGB value is (15,109,207). Sum of RGB (Red+Green+Blue) = 15+109+207=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F6DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DCF is #F09230. Grayscale: #5B5B5B. Windows color (decimal): -15766065 or 13593871. OLE color: 13593871.

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

Color convert

RGB 15 109 207 -
CMYK 0.93 0.47 0 0.19
HSL 210.63º 0.86% 0.44% -
HSV(B) 210.63º 0.93% 0.81% -
XYZ 16.93 15.54 61.14 -
YUV 92.07 192.86 73.03 -
System Red Green Blue C M Y K H S L
Decimal 15 109 207 0.93 0.47 0 0.19 210.63 0.86 0.44
Hex F 6D CF 5D 2F 0 13 D3 56 2C
Octal 17 155 317 135 57 0 23 323 126 54
Binary 1111 1101101 11001111 1011101 101111 0 10011 11010011 1010110 101100

Color Harmonies of #0F6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DCF

Black with #0F6DCF

Text Example


Text Example

White with #0F6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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