Html Css Color HEX #0F6EEF Navy Blue

📋 copy color: '#0F6EEF'

red 15 ◦ green 110 ◦ blue 239

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

Shades of Navy Blue #0F6EEF

Tints of Navy Blue #0F6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.66%

R = 4.12%
G = 30.22%
B = 65.66%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F6EEF (or 0x0F6EEF) is known color: Navy Blue. HEX triplet: 0F, 6E and EF. RGB value is (15,110,239). Sum of RGB (Red+Green+Blue) = 15+110+239=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F6EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6EEF is #F09110. Grayscale: #5F5F5F. Windows color (decimal): -15765777 or 15691279. OLE color: 15691279.

HSL color Cylindrical-coordinate representation of color #0F6EEF: hue angle of 214.55º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6EEF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 110 239 -
CMYK 0.94 0.54 0 0.06
HSL 214.55º 0.88% 0.5% -
HSV(B) 214.55º 0.94% 0.94% -
XYZ 21.35 17.49 83.91 -
YUV 96.3 208.53 70.01 -
System Red Green Blue C M Y K H S L
Decimal 15 110 239 0.94 0.54 0 0.06 214.55 0.88 0.5
Hex F 6E EF 5E 36 0 6 D7 58 32
Octal 17 156 357 136 66 0 6 327 130 62
Binary 1111 1101110 11101111 1011110 110110 0 110 11010111 1011000 110010

Color Harmonies of #0F6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6EEF

Black with #0F6EEF

Text Example


Text Example

White with #0F6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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