Html Css Color HEX #155EDE Navy Blue

📋 copy color: '#155EDE'

red 21 ◦ green 94 ◦ blue 222

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

Shades of Navy Blue #155EDE

Tints of Navy Blue #155EDE

RGB

 RED value IS 21 (8.59% from 255) = 6.23%

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

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

R = 6.23%
G = 27.89%
B = 65.88%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#155EDE (or 0x155EDE) is known color: Navy Blue. HEX triplet: 15, 5E and DE. RGB value is (21,94,222). Sum of RGB (Red+Green+Blue) = 21+94+222=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #155EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EDE is #EAA121. Grayscale: #565656. Windows color (decimal): -15376674 or 14573077. OLE color: 14573077.

HSL color Cylindrical-coordinate representation of color #155EDE: hue angle of 218.21º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EDE is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 94 222 -
CMYK 0.91 0.58 0 0.13
HSL 218.21º 0.83% 0.48% -
HSV(B) 218.21º 0.91% 0.87% -
XYZ 17.5 13.44 70.78 -
YUV 86.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 21 94 222 0.91 0.58 0 0.13 218.21 0.83 0.48
Hex 15 5E DE 5B 3A 0 D DA 53 30
Octal 25 136 336 133 72 0 15 332 123 60
Binary 10101 1011110 11011110 1011011 111010 0 1101 11011010 1010011 110000

Color Harmonies of #155EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EDE

Black with #155EDE

Text Example


Text Example

White with #155EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155EDE; }

 p { color: rgb(21,94,222); }

 H1.HeaderClassName
 {
   color: #155EDE;
 }
 .AnyTagClassName
 {
   color: #155EDE;
 }
</style>

background-color css

<style>
 a { background-color: #155EDE; }

 a { background-color: rgb(21,94,222); }

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

border-color css

<style>
 span { border-color: #155EDE; }

 span { border-color: rgb(21,94,222); }

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