Html Css Color HEX #155EEE Navy Blue

📋 copy color: '#155EEE'

red 21 ◦ green 94 ◦ blue 238

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

Shades of Navy Blue #155EEE

Tints of Navy Blue #155EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 5.95%
G = 26.63%
B = 67.42%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#155EEE (or 0x155EEE) is known color: Navy Blue. HEX triplet: 15, 5E and EE. RGB value is (21,94,238). Sum of RGB (Red+Green+Blue) = 21+94+238=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #155EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EEE is #EAA111. Grayscale: #575757. Windows color (decimal): -15376658 or 15621653. OLE color: 15621653.

HSL color Cylindrical-coordinate representation of color #155EEE: hue angle of 219.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EEE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 94 238 -
CMYK 0.91 0.61 0 0.07
HSL 219.82º 0.86% 0.51% -
HSV(B) 219.82º 0.91% 0.93% -
XYZ 19.74 14.34 82.62 -
YUV 88.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 21 94 238 0.91 0.61 0 0.07 219.82 0.86 0.51
Hex 15 5E EE 5B 3D 0 7 DC 56 33
Octal 25 136 356 133 75 0 7 334 126 63
Binary 10101 1011110 11101110 1011011 111101 0 111 11011100 1010110 110011

Color Harmonies of #155EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EEE

Black with #155EEE

Text Example


Text Example

White with #155EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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