Html Css Color HEX #0F5EEE Navy Blue

📋 copy color: '#0F5EEE'

red 15 ◦ green 94 ◦ blue 238

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

Shades of Navy Blue #0F5EEE

Tints of Navy Blue #0F5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 238 (93.36% from 255) = 68.59%

R = 4.32%
G = 27.09%
B = 68.59%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F5EEE (or 0x0F5EEE) is known color: Navy Blue. HEX triplet: 0F, 5E and EE. RGB value is (15,94,238). Sum of RGB (Red+Green+Blue) = 15+94+238=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F5EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5EEE is #F0A111. Grayscale: #565656. Windows color (decimal): -15769874 or 15621647. OLE color: 15621647.

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

Color convert

RGB 15 94 238 -
CMYK 0.94 0.61 0 0.07
HSL 218.74º 0.88% 0.5% -
HSV(B) 218.74º 0.94% 0.93% -
XYZ 19.63 14.28 82.61 -
YUV 86.8 213.33 76.79 -
System Red Green Blue C M Y K H S L
Decimal 15 94 238 0.94 0.61 0 0.07 218.74 0.88 0.5
Hex F 5E EE 5E 3D 0 7 DB 58 32
Octal 17 136 356 136 75 0 7 333 130 62
Binary 1111 1011110 11101110 1011110 111101 0 111 11011011 1011000 110010

Color Harmonies of #0F5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5EEE

Black with #0F5EEE

Text Example


Text Example

White with #0F5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,94,238); }

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

background-color css

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

 a { background-color: rgb(15,94,238); }

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

border-color css

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

 span { border-color: rgb(15,94,238); }

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