Html Css Color HEX #1555EF Navy Blue

📋 copy color: '#1555EF'

red 21 ◦ green 85 ◦ blue 239

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

Shades of Navy Blue #1555EF

Tints of Navy Blue #1555EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 6.09%
G = 24.64%
B = 69.28%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1555EF (or 0x1555EF) is known color: Navy Blue. HEX triplet: 15, 55 and EF. RGB value is (21,85,239). Sum of RGB (Red+Green+Blue) = 21+85+239=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #1555EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555EF is #EAAA10. Grayscale: #525252. Windows color (decimal): -15378961 or 15684885. OLE color: 15684885.

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

Color convert

RGB 21 85 239 -
CMYK 0.91 0.64 0 0.06
HSL 222.39º 0.87% 0.51% -
HSV(B) 222.39º 0.91% 0.94% -
XYZ 19.14 12.89 83.14 -
YUV 83.42 215.8 83.48 -
System Red Green Blue C M Y K H S L
Decimal 21 85 239 0.91 0.64 0 0.06 222.39 0.87 0.51
Hex 15 55 EF 5B 40 0 6 DE 57 33
Octal 25 125 357 133 100 0 6 336 127 63
Binary 10101 1010101 11101111 1011011 1000000 0 110 11011110 1010111 110011

Color Harmonies of #1555EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555EF

Black with #1555EF

Text Example


Text Example

White with #1555EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1555EF; }

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

 H1.HeaderClassName
 {
   color: #1555EF;
 }
 .AnyTagClassName
 {
   color: #1555EF;
 }
</style>

background-color css

<style>
 a { background-color: #1555EF; }

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

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

border-color css

<style>
 span { border-color: #1555EF; }

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

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