Html Css Color HEX #1561EE Navy Blue

📋 copy color: '#1561EE'

red 21 ◦ green 97 ◦ blue 238

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

Shades of Navy Blue #1561EE

Tints of Navy Blue #1561EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 5.9%
G = 27.25%
B = 66.85%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1561EE (or 0x1561EE) is known color: Navy Blue. HEX triplet: 15, 61 and EE. RGB value is (21,97,238). Sum of RGB (Red+Green+Blue) = 21+97+238=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #1561EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561EE is #EA9E11. Grayscale: #595959. Windows color (decimal): -15375890 or 15622421. OLE color: 15622421.

HSL color Cylindrical-coordinate representation of color #1561EE: hue angle of 218.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1561EE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 97 238 -
CMYK 0.91 0.59 0 0.07
HSL 218.99º 0.86% 0.51% -
HSV(B) 218.99º 0.91% 0.93% -
XYZ 20.02 14.88 82.71 -
YUV 90.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 21 97 238 0.91 0.59 0 0.07 218.99 0.86 0.51
Hex 15 61 EE 5B 3B 0 7 DB 56 33
Octal 25 141 356 133 73 0 7 333 126 63
Binary 10101 1100001 11101110 1011011 111011 0 111 11011011 1010110 110011

Color Harmonies of #1561EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561EE

Black with #1561EE

Text Example


Text Example

White with #1561EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1561EE; }

 p { color: rgb(21,97,238); }

 H1.HeaderClassName
 {
   color: #1561EE;
 }
 .AnyTagClassName
 {
   color: #1561EE;
 }
</style>

background-color css

<style>
 a { background-color: #1561EE; }

 a { background-color: rgb(21,97,238); }

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

border-color css

<style>
 span { border-color: #1561EE; }

 span { border-color: rgb(21,97,238); }

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