Html Css Color HEX #1565DB Navy Blue

📋 copy color: '#1565DB'

red 21 ◦ green 101 ◦ blue 219

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

Shades of Navy Blue #1565DB

Tints of Navy Blue #1565DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 6.16%
G = 29.62%
B = 64.22%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1565DB (or 0x1565DB) is known color: Navy Blue. HEX triplet: 15, 65 and DB. RGB value is (21,101,219). Sum of RGB (Red+Green+Blue) = 21+101+219=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #1565DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565DB is #EA9A24. Grayscale: #595959. Windows color (decimal): -15374885 or 14378261. OLE color: 14378261.

HSL color Cylindrical-coordinate representation of color #1565DB: hue angle of 215.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1565DB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 101 219 -
CMYK 0.90 0.54 0 0.14
HSL 215.76º 0.83% 0.47% -
HSV(B) 215.76º 0.9% 0.86% -
XYZ 17.75 14.58 68.9 -
YUV 90.53 200.5 78.41 -
System Red Green Blue C M Y K H S L
Decimal 21 101 219 0.90 0.54 0 0.14 215.76 0.83 0.47
Hex 15 65 DB 5A 36 0 E D8 52 2F
Octal 25 145 333 132 66 0 16 330 122 57
Binary 10101 1100101 11011011 1011010 110110 0 1110 11011000 1010010 101111

Color Harmonies of #1565DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565DB

Black with #1565DB

Text Example


Text Example

White with #1565DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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