Html Css Color HEX #0F6CEC Navy Blue

📋 copy color: '#0F6CEC'

red 15 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #0F6CEC

Tints of Navy Blue #0F6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 236 (92.58% from 255) = 65.74%

R = 4.18%
G = 30.08%
B = 65.74%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F6CEC (or 0x0F6CEC) is known color: Navy Blue. HEX triplet: 0F, 6C and EC. RGB value is (15,108,236). Sum of RGB (Red+Green+Blue) = 15+108+236=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F6CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6CEC is #F09313. Grayscale: #5E5E5E. Windows color (decimal): -15766292 or 15494159. OLE color: 15494159.

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

Color convert

RGB 15 108 236 -
CMYK 0.94 0.54 0 0.07
HSL 214.75º 0.88% 0.49% -
HSV(B) 214.75º 0.94% 0.93% -
XYZ 20.7 16.88 81.52 -
YUV 94.79 207.69 71.09 -
System Red Green Blue C M Y K H S L
Decimal 15 108 236 0.94 0.54 0 0.07 214.75 0.88 0.49
Hex F 6C EC 5E 36 0 7 D7 58 31
Octal 17 154 354 136 66 0 7 327 130 61
Binary 1111 1101100 11101100 1011110 110110 0 111 11010111 1011000 110001

Color Harmonies of #0F6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6CEC

Black with #0F6CEC

Text Example


Text Example

White with #0F6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,236); }

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

background-color css

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

 a { background-color: rgb(15,108,236); }

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

border-color css

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

 span { border-color: rgb(15,108,236); }

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