Html Css Color HEX #0E61DE Navy Blue

📋 copy color: '#0E61DE'

red 14 ◦ green 97 ◦ blue 222

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

Shades of Navy Blue #0E61DE

Tints of Navy Blue #0E61DE

RGB

 RED value IS 14 (5.86% from 255) = 4.2%

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 4.2%
G = 29.13%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E61DE (or 0x0E61DE) is known color: Navy Blue. HEX triplet: 0E, 61 and DE. RGB value is (14,97,222). Sum of RGB (Red+Green+Blue) = 14+97+222=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E61DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E61DE is #F19E21. Grayscale: #555555. Windows color (decimal): -15834658 or 14573838. OLE color: 14573838.

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

Color convert

RGB 14 97 222 -
CMYK 0.94 0.56 0 0.13
HSL 216.06º 0.88% 0.46% -
HSV(B) 216.06º 0.94% 0.87% -
XYZ 17.64 13.92 70.86 -
YUV 86.43 204.5 76.34 -
System Red Green Blue C M Y K H S L
Decimal 14 97 222 0.94 0.56 0 0.13 216.06 0.88 0.46
Hex E 61 DE 5E 38 0 D D8 58 2E
Octal 16 141 336 136 70 0 15 330 130 56
Binary 1110 1100001 11011110 1011110 111000 0 1101 11011000 1011000 101110

Color Harmonies of #0E61DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E61DE

Black with #0E61DE

Text Example


Text Example

White with #0E61DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,97,222); }

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

background-color css

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

 a { background-color: rgb(14,97,222); }

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

border-color css

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

 span { border-color: rgb(14,97,222); }

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