Html Css Color HEX #1465EB Navy Blue

📋 copy color: '#1465EB'

red 20 ◦ green 101 ◦ blue 235

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

Shades of Navy Blue #1465EB

Tints of Navy Blue #1465EB

RGB

 RED value IS 20 (8.2% from 255) = 5.62%

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

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

R = 5.62%
G = 28.37%
B = 66.01%

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

#1465EB (or 0x1465EB) is known color: Navy Blue. HEX triplet: 14, 65 and EB. RGB value is (20,101,235). Sum of RGB (Red+Green+Blue) = 20+101+235=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #1465EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1465EB is #EB9A14. Grayscale: #5B5B5B. Windows color (decimal): -15440405 or 15426836. OLE color: 15426836.

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

Color convert

RGB 20 101 235 -
CMYK 0.91 0.57 0 0.08
HSL 217.4º 0.84% 0.5% -
HSV(B) 217.4º 0.91% 0.92% -
XYZ 19.94 15.45 80.53 -
YUV 92.06 208.66 76.6 -
System Red Green Blue C M Y K H S L
Decimal 20 101 235 0.91 0.57 0 0.08 217.4 0.84 0.5
Hex 14 65 EB 5B 39 0 8 D9 54 32
Octal 24 145 353 133 71 0 10 331 124 62
Binary 10100 1100101 11101011 1011011 111001 0 1000 11011001 1010100 110010

Color Harmonies of #1465EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465EB

Black with #1465EB

Text Example


Text Example

White with #1465EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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