Html Css Color HEX #0F5ADE Navy Blue

📋 copy color: '#0F5ADE'

red 15 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #0F5ADE

Tints of Navy Blue #0F5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 4.59%
G = 27.52%
B = 67.89%

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

#0F5ADE (or 0x0F5ADE) is known color: Navy Blue. HEX triplet: 0F, 5A and DE. RGB value is (15,90,222). Sum of RGB (Red+Green+Blue) = 15+90+222=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F5ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ADE is #F0A521. Grayscale: #525252. Windows color (decimal): -15770914 or 14572047. OLE color: 14572047.

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

Color convert

RGB 15 90 222 -
CMYK 0.93 0.59 0 0.13
HSL 218.26º 0.87% 0.46% -
HSV(B) 218.26º 0.93% 0.87% -
XYZ 17.04 12.69 70.66 -
YUV 82.62 206.65 79.77 -
System Red Green Blue C M Y K H S L
Decimal 15 90 222 0.93 0.59 0 0.13 218.26 0.87 0.46
Hex F 5A DE 5D 3B 0 D DA 57 2E
Octal 17 132 336 135 73 0 15 332 127 56
Binary 1111 1011010 11011110 1011101 111011 0 1101 11011010 1010111 101110

Color Harmonies of #0F5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5ADE

Black with #0F5ADE

Text Example


Text Example

White with #0F5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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