Html Css Color HEX #1465D5 Navy Blue

📋 copy color: '#1465D5'

red 20 ◦ green 101 ◦ blue 213

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

Shades of Navy Blue #1465D5

Tints of Navy Blue #1465D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.77%

R = 5.99%
G = 30.24%
B = 63.77%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1465D5 (or 0x1465D5) is known color: Navy Blue. HEX triplet: 14, 65 and D5. RGB value is (20,101,213). Sum of RGB (Red+Green+Blue) = 20+101+213=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 213 (83.59% from 255 or 63.77% from 334); Max value from RGB is 213 - color contains mainly: blue. Hex color #1465D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465D5 is #EB9A2A. Grayscale: #595959. Windows color (decimal): -15440427 or 13985044. OLE color: 13985044.

HSL color Cylindrical-coordinate representation of color #1465D5: hue angle of 214.82º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1465D5 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 101 213 -
CMYK 0.91 0.53 0 0.16
HSL 214.82º 0.83% 0.46% -
HSV(B) 214.82º 0.91% 0.84% -
XYZ 16.95 14.26 64.81 -
YUV 89.55 197.66 78.39 -
System Red Green Blue C M Y K H S L
Decimal 20 101 213 0.91 0.53 0 0.16 214.82 0.83 0.46
Hex 14 65 D5 5B 35 0 10 D7 53 2E
Octal 24 145 325 133 65 0 20 327 123 56
Binary 10100 1100101 11010101 1011011 110101 0 10000 11010111 1010011 101110

Color Harmonies of #1465D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465D5

Black with #1465D5

Text Example


Text Example

White with #1465D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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