Html Css Color HEX #155FEF Navy Blue

📋 copy color: '#155FEF'

red 21 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #155FEF

Tints of Navy Blue #155FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 5.92%
G = 26.76%
B = 67.32%

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

#155FEF (or 0x155FEF) is known color: Navy Blue. HEX triplet: 15, 5F and EF. RGB value is (21,95,239). Sum of RGB (Red+Green+Blue) = 21+95+239=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #155FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FEF is #EAA010. Grayscale: #585858. Windows color (decimal): -15376401 or 15687445. OLE color: 15687445.

HSL color Cylindrical-coordinate representation of color #155FEF: hue angle of 219.63º degrees, saturation: 0.87, 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 #155FEF is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 95 239 -
CMYK 0.91 0.60 0 0.06
HSL 219.63º 0.87% 0.51% -
HSV(B) 219.63º 0.91% 0.94% -
XYZ 19.98 14.58 83.42 -
YUV 89.29 212.48 79.29 -
System Red Green Blue C M Y K H S L
Decimal 21 95 239 0.91 0.60 0 0.06 219.63 0.87 0.51
Hex 15 5F EF 5B 3C 0 6 DC 57 33
Octal 25 137 357 133 74 0 6 334 127 63
Binary 10101 1011111 11101111 1011011 111100 0 110 11011100 1010111 110011

Color Harmonies of #155FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FEF

Black with #155FEF

Text Example


Text Example

White with #155FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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