Html Css Color HEX #155ED9 Navy Blue

📋 copy color: '#155ED9'

red 21 ◦ green 94 ◦ blue 217

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

Shades of Navy Blue #155ED9

Tints of Navy Blue #155ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 65.36%

R = 6.33%
G = 28.31%
B = 65.36%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#155ED9 (or 0x155ED9) is known color: Navy Blue. HEX triplet: 15, 5E and D9. RGB value is (21,94,217). Sum of RGB (Red+Green+Blue) = 21+94+217=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 217 (85.16% from 255 or 65.36% from 332); Max value from RGB is 217 - color contains mainly: blue. Hex color #155ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ED9 is #EAA126. Grayscale: #555555. Windows color (decimal): -15376679 or 14245397. OLE color: 14245397.

HSL color Cylindrical-coordinate representation of color #155ED9: hue angle of 217.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155ED9 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 94 217 -
CMYK 0.90 0.57 0 0.15
HSL 217.65º 0.82% 0.47% -
HSV(B) 217.65º 0.9% 0.85% -
XYZ 16.84 13.17 67.3 -
YUV 86.2 201.82 81.5 -
System Red Green Blue C M Y K H S L
Decimal 21 94 217 0.90 0.57 0 0.15 217.65 0.82 0.47
Hex 15 5E D9 5A 39 0 F DA 52 2F
Octal 25 136 331 132 71 0 17 332 122 57
Binary 10101 1011110 11011001 1011010 111001 0 1111 11011010 1010010 101111

Color Harmonies of #155ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ED9

Black with #155ED9

Text Example


Text Example

White with #155ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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