Html Css Color HEX #1458DC Navy Blue

📋 copy color: '#1458DC'

red 20 ◦ green 88 ◦ blue 220

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

Shades of Navy Blue #1458DC

Tints of Navy Blue #1458DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 6.1%
G = 26.83%
B = 67.07%

CMYK

 C value IS 0.91

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1458DC (or 0x1458DC) is known color: Navy Blue. HEX triplet: 14, 58 and DC. RGB value is (20,88,220). Sum of RGB (Red+Green+Blue) = 20+88+220=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #1458DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458DC is #EBA723. Grayscale: #525252. Windows color (decimal): -15443748 or 14440468. OLE color: 14440468.

HSL color Cylindrical-coordinate representation of color #1458DC: hue angle of 219.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1458DC is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 88 220 -
CMYK 0.91 0.6 0 0.14
HSL 219.6º 0.83% 0.47% -
HSV(B) 219.6º 0.91% 0.86% -
XYZ 16.7 12.3 69.2 -
YUV 82.72 205.47 83.27 -
System Red Green Blue C M Y K H S L
Decimal 20 88 220 0.91 0.6 0 0.14 219.6 0.83 0.47
Hex 14 58 DC 5B 3C 0 E DC 53 2F
Octal 24 130 334 133 74 0 16 334 123 57
Binary 10100 1011000 11011100 1011011 111100 0 1110 11011100 1010011 101111

Color Harmonies of #1458DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1458DC

Black with #1458DC

Text Example


Text Example

White with #1458DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1458DC; }

 p { color: rgb(20,88,220); }

 H1.HeaderClassName
 {
   color: #1458DC;
 }
 .AnyTagClassName
 {
   color: #1458DC;
 }
</style>

background-color css

<style>
 a { background-color: #1458DC; }

 a { background-color: rgb(20,88,220); }

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

border-color css

<style>
 span { border-color: #1458DC; }

 span { border-color: rgb(20,88,220); }

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