Html Css Color HEX #155CDB Navy Blue

📋 copy color: '#155CDB'

red 21 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #155CDB

Tints of Navy Blue #155CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 6.33%
G = 27.71%
B = 65.96%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#155CDB (or 0x155CDB) is known color: Navy Blue. HEX triplet: 15, 5C and DB. RGB value is (21,92,219). Sum of RGB (Red+Green+Blue) = 21+92+219=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #155CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CDB is #EAA324. Grayscale: #545454. Windows color (decimal): -15377189 or 14375957. OLE color: 14375957.

HSL color Cylindrical-coordinate representation of color #155CDB: hue angle of 218.48º 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 #155CDB is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 92 219 -
CMYK 0.90 0.58 0 0.14
HSL 218.48º 0.83% 0.47% -
HSV(B) 218.48º 0.9% 0.86% -
XYZ 16.92 12.93 68.62 -
YUV 85.25 203.48 82.17 -
System Red Green Blue C M Y K H S L
Decimal 21 92 219 0.90 0.58 0 0.14 218.48 0.83 0.47
Hex 15 5C DB 5A 3A 0 E DA 52 2F
Octal 25 134 333 132 72 0 16 332 122 57
Binary 10101 1011100 11011011 1011010 111010 0 1110 11011010 1010010 101111

Color Harmonies of #155CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CDB

Black with #155CDB

Text Example


Text Example

White with #155CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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