Html Css Color HEX #155EDF Navy Blue

📋 copy color: '#155EDF'

red 21 ◦ green 94 ◦ blue 223

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

Shades of Navy Blue #155EDF

Tints of Navy Blue #155EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 6.21%
G = 27.81%
B = 65.98%

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

#155EDF (or 0x155EDF) is known color: Navy Blue. HEX triplet: 15, 5E and DF. RGB value is (21,94,223). Sum of RGB (Red+Green+Blue) = 21+94+223=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #155EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EDF is #EAA120. Grayscale: #565656. Windows color (decimal): -15376673 or 14638613. OLE color: 14638613.

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

Color convert

RGB 21 94 223 -
CMYK 0.91 0.58 0 0.13
HSL 218.32º 0.83% 0.48% -
HSV(B) 218.32º 0.91% 0.87% -
XYZ 17.63 13.49 71.49 -
YUV 86.88 204.82 81.01 -
System Red Green Blue C M Y K H S L
Decimal 21 94 223 0.91 0.58 0 0.13 218.32 0.83 0.48
Hex 15 5E DF 5B 3A 0 D DA 53 30
Octal 25 136 337 133 72 0 15 332 123 60
Binary 10101 1011110 11011111 1011011 111010 0 1101 11011010 1010011 110000

Color Harmonies of #155EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EDF

Black with #155EDF

Text Example


Text Example

White with #155EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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