Html Css Color HEX #0F6ECF Navy Blue

📋 copy color: '#0F6ECF'

red 15 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #0F6ECF

Tints of Navy Blue #0F6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

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

R = 4.52%
G = 33.13%
B = 62.35%

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

#0F6ECF (or 0x0F6ECF) is known color: Navy Blue. HEX triplet: 0F, 6E and CF. RGB value is (15,110,207). Sum of RGB (Red+Green+Blue) = 15+110+207=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F6ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6ECF is #F09130. Grayscale: #5C5C5C. Windows color (decimal): -15765809 or 13594127. OLE color: 13594127.

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

Color convert

RGB 15 110 207 -
CMYK 0.93 0.47 0 0.19
HSL 210.31º 0.86% 0.44% -
HSV(B) 210.31º 0.93% 0.81% -
XYZ 17.04 15.76 61.18 -
YUV 92.65 192.53 72.61 -
System Red Green Blue C M Y K H S L
Decimal 15 110 207 0.93 0.47 0 0.19 210.31 0.86 0.44
Hex F 6E CF 5D 2F 0 13 D2 56 2C
Octal 17 156 317 135 57 0 23 322 126 54
Binary 1111 1101110 11001111 1011101 101111 0 10011 11010010 1010110 101100

Color Harmonies of #0F6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6ECF

Black with #0F6ECF

Text Example


Text Example

White with #0F6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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