#1562F3

Color #1562F3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1562F3

Tints of Navy Blue #1562F3

Color information

#1562F3 (or 0x1562F3) is unknown color: approx Navy Blue. HEX triplet: 15, 62 and F3. RGB value is (21,98,243). Sum of RGB (Red+Green+Blue) = 21+98+243=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 243 (95.31% from 255 or 67.13% from 362); Max value from RGB is 243 - color contains mainly: blue. Hex color #1562F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562F3 is #EA9D0C. Grayscale: #5A5A5A. Windows color (decimal): -15375629 or 15950357. OLE color: 15950357.

HSL color Cylindrical-coordinate representation of color #1562F3: hue angle of 219.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562F3 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2198243-
CMYK0.910.6000.05
HSL219.19º90.24%51.76%-
HSV(B)219.19º91.36%95.29%-
XYZ20.8515.3786.66-
YUV91.51213.4977.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.80%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 243 (95.31% from 255) = 67.13%
R=5.80%
G=27.07%
B=67.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21982430.910.6000.05219.1990.2451.76
Hex1562F35B3C05db5a34
Octal25142363133740533313264
Binary1010111000101111001110110111111000101110110111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1562F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1562F3; }

 p { color: rgb(21,98,243); }

 H1.HeaderClassName
 {
   color: #1562F3;
 }
 .AnyTagClassName
 {
   color: #1562F3;
 }
</style>
background-color css

<style>
 a { background-color: #1562F3; }

 a { background-color: rgb(21,98,243); }

 div.DivClassName
 {
   background-color: #1562F3;
 }
 .BgClassName
 {
   background-color: #1562F3;
 }
</style>
border-color css

<style>
 span { border-color: #1562F3; }

 span { border-color: rgb(21,98,243); }

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