Html Css Color HEX #155EDB Navy Blue

📋 copy color: '#155EDB'

red 21 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #155EDB

Tints of Navy Blue #155EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.57%

R = 6.29%
G = 28.14%
B = 65.57%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#155EDB (or 0x155EDB) is known color: Navy Blue. HEX triplet: 15, 5E and DB. RGB value is (21,94,219). Sum of RGB (Red+Green+Blue) = 21+94+219=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #155EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EDB is #EAA124. Grayscale: #555555. Windows color (decimal): -15376677 or 14376469. OLE color: 14376469.

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

Color convert

RGB 21 94 219 -
CMYK 0.90 0.57 0 0.14
HSL 217.88º 0.83% 0.47% -
HSV(B) 217.88º 0.9% 0.86% -
XYZ 17.1 13.28 68.68 -
YUV 86.42 202.82 81.34 -
System Red Green Blue C M Y K H S L
Decimal 21 94 219 0.90 0.57 0 0.14 217.88 0.83 0.47
Hex 15 5E DB 5A 39 0 E DA 52 2F
Octal 25 136 333 132 71 0 16 332 122 57
Binary 10101 1011110 11011011 1011010 111001 0 1110 11011010 1010010 101111

Color Harmonies of #155EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EDB

Black with #155EDB

Text Example


Text Example

White with #155EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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