Html Css Color HEX #1567DD Navy Blue

📋 copy color: '#1567DD'

red 21 ◦ green 103 ◦ blue 221

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

Shades of Navy Blue #1567DD

Tints of Navy Blue #1567DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 6.09%
G = 29.86%
B = 64.06%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1567DD (or 0x1567DD) is known color: Navy Blue. HEX triplet: 15, 67 and DD. RGB value is (21,103,221). Sum of RGB (Red+Green+Blue) = 21+103+221=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #1567DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567DD is #EA9822. Grayscale: #5B5B5B. Windows color (decimal): -15374371 or 14509845. OLE color: 14509845.

HSL color Cylindrical-coordinate representation of color #1567DD: hue angle of 215.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1567DD is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 103 221 -
CMYK 0.90 0.53 0 0.13
HSL 215.4º 0.83% 0.47% -
HSV(B) 215.4º 0.9% 0.87% -
XYZ 18.21 15.08 70.36 -
YUV 91.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 21 103 221 0.90 0.53 0 0.13 215.4 0.83 0.47
Hex 15 67 DD 5A 35 0 D D7 53 2F
Octal 25 147 335 132 65 0 15 327 123 57
Binary 10101 1100111 11011101 1011010 110101 0 1101 11010111 1010011 101111

Color Harmonies of #1567DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567DD

Black with #1567DD

Text Example


Text Example

White with #1567DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1567DD; }

 p { color: rgb(21,103,221); }

 H1.HeaderClassName
 {
   color: #1567DD;
 }
 .AnyTagClassName
 {
   color: #1567DD;
 }
</style>

background-color css

<style>
 a { background-color: #1567DD; }

 a { background-color: rgb(21,103,221); }

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

border-color css

<style>
 span { border-color: #1567DD; }

 span { border-color: rgb(21,103,221); }

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