Html Css Color HEX #1561F0 Navy Blue

📋 copy color: '#1561F0'

red 21 ◦ green 97 ◦ blue 240

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

Shades of Navy Blue #1561F0

Tints of Navy Blue #1561F0

RGB

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

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

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

R = 5.87%
G = 27.09%
B = 67.04%

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

#1561F0 (or 0x1561F0) is known color: Navy Blue. HEX triplet: 15, 61 and F0. RGB value is (21,97,240). Sum of RGB (Red+Green+Blue) = 21+97+240=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #1561F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561F0 is #EA9E0F. Grayscale: #595959. Windows color (decimal): -15375888 or 15753493. OLE color: 15753493.

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

Color convert

RGB 21 97 240 -
CMYK 0.91 0.60 0 0.06
HSL 219.18º 0.88% 0.51% -
HSV(B) 219.18º 0.91% 0.94% -
XYZ 20.31 15 84.26 -
YUV 90.58 212.32 78.37 -
System Red Green Blue C M Y K H S L
Decimal 21 97 240 0.91 0.60 0 0.06 219.18 0.88 0.51
Hex 15 61 F0 5B 3C 0 6 DB 58 33
Octal 25 141 360 133 74 0 6 333 130 63
Binary 10101 1100001 11110000 1011011 111100 0 110 11011011 1011000 110011

Color Harmonies of #1561F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561F0

Black with #1561F0

Text Example


Text Example

White with #1561F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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