Html Css Color HEX #155CEA Navy Blue

📋 copy color: '#155CEA'

red 21 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #155CEA

Tints of Navy Blue #155CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 6.05%
G = 26.51%
B = 67.44%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#155CEA (or 0x155CEA) is known color: Navy Blue. HEX triplet: 15, 5C and EA. RGB value is (21,92,234). Sum of RGB (Red+Green+Blue) = 21+92+234=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #155CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CEA is #EAA315. Grayscale: #565656. Windows color (decimal): -15377174 or 15358997. OLE color: 15358997.

HSL color Cylindrical-coordinate representation of color #155CEA: hue angle of 220º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155CEA is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 92 234 -
CMYK 0.91 0.61 0 0.08
HSL 220º 0.84% 0.5% -
HSV(B) 220º 0.91% 0.92% -
XYZ 18.99 13.75 79.5 -
YUV 86.96 210.98 80.95 -
System Red Green Blue C M Y K H S L
Decimal 21 92 234 0.91 0.61 0 0.08 220 0.84 0.5
Hex 15 5C EA 5B 3D 0 8 DC 54 32
Octal 25 134 352 133 75 0 10 334 124 62
Binary 10101 1011100 11101010 1011011 111101 0 1000 11011100 1010100 110010

Color Harmonies of #155CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CEA

Black with #155CEA

Text Example


Text Example

White with #155CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,92,234); }

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

background-color css

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

 a { background-color: rgb(21,92,234); }

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

border-color css

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

 span { border-color: rgb(21,92,234); }

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