Html Css Color HEX #155EF4 Navy Blue

📋 copy color: '#155EF4'

red 21 ◦ green 94 ◦ blue 244

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

Shades of Navy Blue #155EF4

Tints of Navy Blue #155EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 67.97%

R = 5.85%
G = 26.18%
B = 67.97%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#155EF4 (or 0x155EF4) is known color: Navy Blue. HEX triplet: 15, 5E and F4. RGB value is (21,94,244). Sum of RGB (Red+Green+Blue) = 21+94+244=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #155EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EF4 is #EAA10B. Grayscale: #585858. Windows color (decimal): -15376652 or 16014869. OLE color: 16014869.

HSL color Cylindrical-coordinate representation of color #155EF4: hue angle of 220.36º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EF4 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 94 244 -
CMYK 0.91 0.61 0 0.04
HSL 220.36º 0.91% 0.52% -
HSV(B) 220.36º 0.91% 0.96% -
XYZ 20.64 14.7 87.34 -
YUV 89.27 215.32 79.3 -
System Red Green Blue C M Y K H S L
Decimal 21 94 244 0.91 0.61 0 0.04 220.36 0.91 0.52
Hex 15 5E F4 5B 3D 0 4 DC 5B 34
Octal 25 136 364 133 75 0 4 334 133 64
Binary 10101 1011110 11110100 1011011 111101 0 100 11011100 1011011 110100

Color Harmonies of #155EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EF4

Black with #155EF4

Text Example


Text Example

White with #155EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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