Html Css Color HEX #155EED Navy Blue

📋 copy color: '#155EED'

red 21 ◦ green 94 ◦ blue 237

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

Shades of Navy Blue #155EED

Tints of Navy Blue #155EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 5.97%
G = 26.7%
B = 67.33%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#155EED (or 0x155EED) is known color: Navy Blue. HEX triplet: 15, 5E and ED. RGB value is (21,94,237). Sum of RGB (Red+Green+Blue) = 21+94+237=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #155EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EED is #EAA112. Grayscale: #575757. Windows color (decimal): -15376659 or 15556117. OLE color: 15556117.

HSL color Cylindrical-coordinate representation of color #155EED: hue angle of 219.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EED is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 94 237 -
CMYK 0.91 0.60 0 0.07
HSL 219.72º 0.86% 0.51% -
HSV(B) 219.72º 0.91% 0.93% -
XYZ 19.6 14.28 81.84 -
YUV 88.48 211.82 79.87 -
System Red Green Blue C M Y K H S L
Decimal 21 94 237 0.91 0.60 0 0.07 219.72 0.86 0.51
Hex 15 5E ED 5B 3C 0 7 DC 56 33
Octal 25 136 355 133 74 0 7 334 126 63
Binary 10101 1011110 11101101 1011011 111100 0 111 11011100 1010110 110011

Color Harmonies of #155EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EED

Black with #155EED

Text Example


Text Example

White with #155EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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