Html Css Color HEX #0F5BDE Navy Blue

📋 copy color: '#0F5BDE'

red 15 ◦ green 91 ◦ blue 222

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

Shades of Navy Blue #0F5BDE

Tints of Navy Blue #0F5BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 4.57%
G = 27.74%
B = 67.68%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F5BDE (or 0x0F5BDE) is known color: Navy Blue. HEX triplet: 0F, 5B and DE. RGB value is (15,91,222). Sum of RGB (Red+Green+Blue) = 15+91+222=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F5BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5BDE is #F0A421. Grayscale: #525252. Windows color (decimal): -15770658 or 14572303. OLE color: 14572303.

HSL color Cylindrical-coordinate representation of color #0F5BDE: hue angle of 217.97º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5BDE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 91 222 -
CMYK 0.93 0.59 0 0.13
HSL 217.97º 0.87% 0.46% -
HSV(B) 217.97º 0.93% 0.87% -
XYZ 17.12 12.86 70.69 -
YUV 83.21 206.32 79.35 -
System Red Green Blue C M Y K H S L
Decimal 15 91 222 0.93 0.59 0 0.13 217.97 0.87 0.46
Hex F 5B DE 5D 3B 0 D DA 57 2E
Octal 17 133 336 135 73 0 15 332 127 56
Binary 1111 1011011 11011110 1011101 111011 0 1101 11011010 1010111 101110

Color Harmonies of #0F5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5BDE

Black with #0F5BDE

Text Example


Text Example

White with #0F5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,91,222); }

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

background-color css

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

 a { background-color: rgb(15,91,222); }

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

border-color css

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

 span { border-color: rgb(15,91,222); }

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