Html Css Color HEX #1568EA Navy Blue

📋 copy color: '#1568EA'

red 21 ◦ green 104 ◦ blue 234

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

Shades of Navy Blue #1568EA

Tints of Navy Blue #1568EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.18%

R = 5.85%
G = 28.97%
B = 65.18%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1568EA (or 0x1568EA) is known color: Navy Blue. HEX triplet: 15, 68 and EA. RGB value is (21,104,234). Sum of RGB (Red+Green+Blue) = 21+104+234=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #1568EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568EA is #EA9715. Grayscale: #5D5D5D. Windows color (decimal): -15374102 or 15362069. OLE color: 15362069.

HSL color Cylindrical-coordinate representation of color #1568EA: hue angle of 216.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1568EA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 104 234 -
CMYK 0.91 0.56 0 0.08
HSL 216.62º 0.84% 0.5% -
HSV(B) 216.62º 0.91% 0.92% -
XYZ 20.11 16 79.87 -
YUV 94 207 75.93 -
System Red Green Blue C M Y K H S L
Decimal 21 104 234 0.91 0.56 0 0.08 216.62 0.84 0.5
Hex 15 68 EA 5B 38 0 8 D9 54 32
Octal 25 150 352 133 70 0 10 331 124 62
Binary 10101 1101000 11101010 1011011 111000 0 1000 11011001 1010100 110010

Color Harmonies of #1568EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1568EA

Black with #1568EA

Text Example


Text Example

White with #1568EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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