Html Css Color HEX #155ADB Navy Blue

📋 copy color: '#155ADB'

red 21 ◦ green 90 ◦ blue 219

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

Shades of Navy Blue #155ADB

Tints of Navy Blue #155ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 6.36%
G = 27.27%
B = 66.36%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#155ADB (or 0x155ADB) is known color: Navy Blue. HEX triplet: 15, 5A and DB. RGB value is (21,90,219). Sum of RGB (Red+Green+Blue) = 21+90+219=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #155ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ADB is #EAA524. Grayscale: #535353. Windows color (decimal): -15377701 or 14375445. OLE color: 14375445.

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

Color convert

RGB 21 90 219 -
CMYK 0.90 0.59 0 0.14
HSL 219.09º 0.83% 0.47% -
HSV(B) 219.09º 0.9% 0.86% -
XYZ 16.75 12.59 68.56 -
YUV 84.08 204.14 83.01 -
System Red Green Blue C M Y K H S L
Decimal 21 90 219 0.90 0.59 0 0.14 219.09 0.83 0.47
Hex 15 5A DB 5A 3B 0 E DB 52 2F
Octal 25 132 333 132 73 0 16 333 122 57
Binary 10101 1011010 11011011 1011010 111011 0 1110 11011011 1010010 101111

Color Harmonies of #155ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ADB

Black with #155ADB

Text Example


Text Example

White with #155ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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