Html Css Color HEX #155DDE Navy Blue

📋 copy color: '#155DDE'

red 21 ◦ green 93 ◦ blue 222

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

Shades of Navy Blue #155DDE

Tints of Navy Blue #155DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 6.25%
G = 27.68%
B = 66.07%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#155DDE (or 0x155DDE) is known color: Navy Blue. HEX triplet: 15, 5D and DE. RGB value is (21,93,222). Sum of RGB (Red+Green+Blue) = 21+93+222=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #155DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DDE is #EAA221. Grayscale: #555555. Windows color (decimal): -15376930 or 14572821. OLE color: 14572821.

HSL color Cylindrical-coordinate representation of color #155DDE: hue angle of 218.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155DDE is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 93 222 -
CMYK 0.91 0.58 0 0.13
HSL 218.51º 0.83% 0.48% -
HSV(B) 218.51º 0.91% 0.87% -
XYZ 17.41 13.26 70.75 -
YUV 86.18 204.65 81.51 -
System Red Green Blue C M Y K H S L
Decimal 21 93 222 0.91 0.58 0 0.13 218.51 0.83 0.48
Hex 15 5D DE 5B 3A 0 D DB 53 30
Octal 25 135 336 133 72 0 15 333 123 60
Binary 10101 1011101 11011110 1011011 111010 0 1101 11011011 1010011 110000

Color Harmonies of #155DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DDE

Black with #155DDE

Text Example


Text Example

White with #155DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,222); }

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

background-color css

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

 a { background-color: rgb(21,93,222); }

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

border-color css

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

 span { border-color: rgb(21,93,222); }

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