Html Css Color HEX #1565EF Navy Blue

📋 copy color: '#1565EF'

red 21 ◦ green 101 ◦ blue 239

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

Shades of Navy Blue #1565EF

Tints of Navy Blue #1565EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 5.82%
G = 27.98%
B = 66.2%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1565EF (or 0x1565EF) is known color: Navy Blue. HEX triplet: 15, 65 and EF. RGB value is (21,101,239). Sum of RGB (Red+Green+Blue) = 21+101+239=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #1565EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565EF is #EA9A10. Grayscale: #5C5C5C. Windows color (decimal): -15374865 or 15688981. OLE color: 15688981.

HSL color Cylindrical-coordinate representation of color #1565EF: hue angle of 217.98º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1565EF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 101 239 -
CMYK 0.91 0.58 0 0.06
HSL 217.98º 0.87% 0.51% -
HSV(B) 217.98º 0.91% 0.94% -
XYZ 20.54 15.7 83.61 -
YUV 92.81 210.5 76.78 -
System Red Green Blue C M Y K H S L
Decimal 21 101 239 0.91 0.58 0 0.06 217.98 0.87 0.51
Hex 15 65 EF 5B 3A 0 6 DA 57 33
Octal 25 145 357 133 72 0 6 332 127 63
Binary 10101 1100101 11101111 1011011 111010 0 110 11011010 1010111 110011

Color Harmonies of #1565EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565EF

Black with #1565EF

Text Example


Text Example

White with #1565EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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