Html Css Color HEX #155FEA Navy Blue

📋 copy color: '#155FEA'

red 21 ◦ green 95 ◦ blue 234

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

Shades of Navy Blue #155FEA

Tints of Navy Blue #155FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 6%
G = 27.14%
B = 66.86%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#155FEA (or 0x155FEA) is known color: Navy Blue. HEX triplet: 15, 5F and EA. RGB value is (21,95,234). Sum of RGB (Red+Green+Blue) = 21+95+234=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #155FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FEA is #EAA015. Grayscale: #585858. Windows color (decimal): -15376406 or 15359765. OLE color: 15359765.

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

Color convert

RGB 21 95 234 -
CMYK 0.91 0.59 0 0.08
HSL 219.15º 0.84% 0.5% -
HSV(B) 219.15º 0.91% 0.92% -
XYZ 19.25 14.28 79.58 -
YUV 88.72 209.98 79.7 -
System Red Green Blue C M Y K H S L
Decimal 21 95 234 0.91 0.59 0 0.08 219.15 0.84 0.5
Hex 15 5F EA 5B 3B 0 8 DB 54 32
Octal 25 137 352 133 73 0 10 333 124 62
Binary 10101 1011111 11101010 1011011 111011 0 1000 11011011 1010100 110010

Color Harmonies of #155FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FEA

Black with #155FEA

Text Example


Text Example

White with #155FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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