Html Css Color HEX #155CEF Navy Blue

📋 copy color: '#155CEF'

red 21 ◦ green 92 ◦ blue 239

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

Shades of Navy Blue #155CEF

Tints of Navy Blue #155CEF

RGB

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

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

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

R = 5.97%
G = 26.14%
B = 67.9%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#155CEF (or 0x155CEF) is known color: Navy Blue. HEX triplet: 15, 5C and EF. RGB value is (21,92,239). Sum of RGB (Red+Green+Blue) = 21+92+239=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #155CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CEF is #EAA310. Grayscale: #565656. Windows color (decimal): -15377169 or 15686677. OLE color: 15686677.

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

Color convert

RGB 21 92 239 -
CMYK 0.91 0.62 0 0.06
HSL 220.46º 0.87% 0.51% -
HSV(B) 220.46º 0.91% 0.94% -
XYZ 19.72 14.05 83.33 -
YUV 87.53 213.48 80.55 -
System Red Green Blue C M Y K H S L
Decimal 21 92 239 0.91 0.62 0 0.06 220.46 0.87 0.51
Hex 15 5C EF 5B 3E 0 6 DC 57 33
Octal 25 134 357 133 76 0 6 334 127 63
Binary 10101 1011100 11101111 1011011 111110 0 110 11011100 1010111 110011

Color Harmonies of #155CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CEF

Black with #155CEF

Text Example


Text Example

White with #155CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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