Html Css Color HEX #1565EC Navy Blue

📋 copy color: '#1565EC'

red 21 ◦ green 101 ◦ blue 236

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

Shades of Navy Blue #1565EC

Tints of Navy Blue #1565EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.92%

R = 5.87%
G = 28.21%
B = 65.92%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1565EC (or 0x1565EC) is known color: Navy Blue. HEX triplet: 15, 65 and EC. RGB value is (21,101,236). Sum of RGB (Red+Green+Blue) = 21+101+236=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1565EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565EC is #EA9A13. Grayscale: #5B5B5B. Windows color (decimal): -15374868 or 15492373. OLE color: 15492373.

HSL color Cylindrical-coordinate representation of color #1565EC: hue angle of 217.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1565EC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 101 236 -
CMYK 0.91 0.57 0 0.07
HSL 217.67º 0.85% 0.5% -
HSV(B) 217.67º 0.91% 0.93% -
XYZ 20.1 15.52 81.29 -
YUV 92.47 209 77.02 -
System Red Green Blue C M Y K H S L
Decimal 21 101 236 0.91 0.57 0 0.07 217.67 0.85 0.5
Hex 15 65 EC 5B 39 0 7 DA 55 32
Octal 25 145 354 133 71 0 7 332 125 62
Binary 10101 1100101 11101100 1011011 111001 0 111 11011010 1010101 110010

Color Harmonies of #1565EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565EC

Black with #1565EC

Text Example


Text Example

White with #1565EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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