Html Css Color HEX #1565D5 Navy Blue

📋 copy color: '#1565D5'

red 21 ◦ green 101 ◦ blue 213

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

Shades of Navy Blue #1565D5

Tints of Navy Blue #1565D5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 213 (83.59% from 255) = 63.58%

R = 6.27%
G = 30.15%
B = 63.58%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1565D5 (or 0x1565D5) is known color: Navy Blue. HEX triplet: 15, 65 and D5. RGB value is (21,101,213). Sum of RGB (Red+Green+Blue) = 21+101+213=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #1565D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565D5 is #EA9A2A. Grayscale: #595959. Windows color (decimal): -15374891 or 13985045. OLE color: 13985045.

HSL color Cylindrical-coordinate representation of color #1565D5: hue angle of 215º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1565D5 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 101 213 -
CMYK 0.90 0.53 0 0.16
HSL 215º 0.82% 0.46% -
HSV(B) 215º 0.9% 0.84% -
XYZ 16.97 14.27 64.81 -
YUV 89.85 197.5 78.89 -
System Red Green Blue C M Y K H S L
Decimal 21 101 213 0.90 0.53 0 0.16 215 0.82 0.46
Hex 15 65 D5 5A 35 0 10 D7 52 2E
Octal 25 145 325 132 65 0 20 327 122 56
Binary 10101 1100101 11010101 1011010 110101 0 10000 11010111 1010010 101110

Color Harmonies of #1565D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565D5

Black with #1565D5

Text Example


Text Example

White with #1565D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1565D5; }

 p { color: rgb(21,101,213); }

 H1.HeaderClassName
 {
   color: #1565D5;
 }
 .AnyTagClassName
 {
   color: #1565D5;
 }
</style>

background-color css

<style>
 a { background-color: #1565D5; }

 a { background-color: rgb(21,101,213); }

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

border-color css

<style>
 span { border-color: #1565D5; }

 span { border-color: rgb(21,101,213); }

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