Html Css Color HEX #155FF0 Navy Blue

📋 copy color: '#155FF0'

red 21 ◦ green 95 ◦ blue 240

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

Shades of Navy Blue #155FF0

Tints of Navy Blue #155FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.42%

R = 5.9%
G = 26.69%
B = 67.42%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#155FF0 (or 0x155FF0) is known color: Navy Blue. HEX triplet: 15, 5F and F0. RGB value is (21,95,240). Sum of RGB (Red+Green+Blue) = 21+95+240=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #155FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FF0 is #EAA00F. Grayscale: #585858. Windows color (decimal): -15376400 or 15752981. OLE color: 15752981.

HSL color Cylindrical-coordinate representation of color #155FF0: hue angle of 219.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155FF0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 95 240 -
CMYK 0.91 0.60 0 0.06
HSL 219.73º 0.88% 0.51% -
HSV(B) 219.73º 0.91% 0.94% -
XYZ 20.13 14.64 84.2 -
YUV 89.4 212.98 79.21 -
System Red Green Blue C M Y K H S L
Decimal 21 95 240 0.91 0.60 0 0.06 219.73 0.88 0.51
Hex 15 5F F0 5B 3C 0 6 DC 58 33
Octal 25 137 360 133 74 0 6 334 130 63
Binary 10101 1011111 11110000 1011011 111100 0 110 11011100 1011000 110011

Color Harmonies of #155FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FF0

Black with #155FF0

Text Example


Text Example

White with #155FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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