Html Css Color HEX #155EDD Navy Blue

📋 copy color: '#155EDD'

red 21 ◦ green 94 ◦ blue 221

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

Shades of Navy Blue #155EDD

Tints of Navy Blue #155EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 6.25%
G = 27.98%
B = 65.77%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#155EDD (or 0x155EDD) is known color: Navy Blue. HEX triplet: 15, 5E and DD. RGB value is (21,94,221). Sum of RGB (Red+Green+Blue) = 21+94+221=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #155EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EDD is #EAA122. Grayscale: #565656. Windows color (decimal): -15376675 or 14507541. OLE color: 14507541.

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

Color convert

RGB 21 94 221 -
CMYK 0.90 0.57 0 0.13
HSL 218.1º 0.83% 0.47% -
HSV(B) 218.1º 0.9% 0.87% -
XYZ 17.36 13.39 70.08 -
YUV 86.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 21 94 221 0.90 0.57 0 0.13 218.1 0.83 0.47
Hex 15 5E DD 5A 39 0 D DA 53 2F
Octal 25 136 335 132 71 0 15 332 123 57
Binary 10101 1011110 11011101 1011010 111001 0 1101 11011010 1010011 101111

Color Harmonies of #155EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EDD

Black with #155EDD

Text Example


Text Example

White with #155EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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