Html Css Color HEX #1568DE Navy Blue

📋 copy color: '#1568DE'

red 21 ◦ green 104 ◦ blue 222

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

Shades of Navy Blue #1568DE

Tints of Navy Blue #1568DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 6.05%
G = 29.97%
B = 63.98%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1568DE (or 0x1568DE) is known color: Navy Blue. HEX triplet: 15, 68 and DE. RGB value is (21,104,222). Sum of RGB (Red+Green+Blue) = 21+104+222=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #1568DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1568DE is #EA9721. Grayscale: #5C5C5C. Windows color (decimal): -15374114 or 14575637. OLE color: 14575637.

HSL color Cylindrical-coordinate representation of color #1568DE: hue angle of 215.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1568DE is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 104 222 -
CMYK 0.91 0.53 0 0.13
HSL 215.22º 0.83% 0.48% -
HSV(B) 215.22º 0.91% 0.87% -
XYZ 18.44 15.33 71.09 -
YUV 92.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 21 104 222 0.91 0.53 0 0.13 215.22 0.83 0.48
Hex 15 68 DE 5B 35 0 D D7 53 30
Octal 25 150 336 133 65 0 15 327 123 60
Binary 10101 1101000 11011110 1011011 110101 0 1101 11010111 1010011 110000

Color Harmonies of #1568DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1568DE

Black with #1568DE

Text Example


Text Example

White with #1568DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1568DE; }

 p { color: rgb(21,104,222); }

 H1.HeaderClassName
 {
   color: #1568DE;
 }
 .AnyTagClassName
 {
   color: #1568DE;
 }
</style>

background-color css

<style>
 a { background-color: #1568DE; }

 a { background-color: rgb(21,104,222); }

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

border-color css

<style>
 span { border-color: #1568DE; }

 span { border-color: rgb(21,104,222); }

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