Html Css Color HEX #1565EB Navy Blue

📋 copy color: '#1565EB'

red 21 ◦ green 101 ◦ blue 235

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

Shades of Navy Blue #1565EB

Tints of Navy Blue #1565EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 5.88%
G = 28.29%
B = 65.83%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1565EB (or 0x1565EB) is known color: Navy Blue. HEX triplet: 15, 65 and EB. RGB value is (21,101,235). Sum of RGB (Red+Green+Blue) = 21+101+235=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #1565EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565EB is #EA9A14. Grayscale: #5B5B5B. Windows color (decimal): -15374869 or 15426837. OLE color: 15426837.

HSL color Cylindrical-coordinate representation of color #1565EB: hue angle of 217.57º 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 #1565EB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 101 235 -
CMYK 0.91 0.57 0 0.08
HSL 217.57º 0.84% 0.5% -
HSV(B) 217.57º 0.91% 0.92% -
XYZ 19.96 15.46 80.53 -
YUV 92.36 208.5 77.1 -
System Red Green Blue C M Y K H S L
Decimal 21 101 235 0.91 0.57 0 0.08 217.57 0.84 0.5
Hex 15 65 EB 5B 39 0 8 DA 54 32
Octal 25 145 353 133 71 0 10 332 124 62
Binary 10101 1100101 11101011 1011011 111001 0 1000 11011010 1010100 110010

Color Harmonies of #1565EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565EB

Black with #1565EB

Text Example


Text Example

White with #1565EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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