Html Css Color HEX #1458DD Navy Blue

📋 copy color: '#1458DD'

red 20 ◦ green 88 ◦ blue 221

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

Shades of Navy Blue #1458DD

Tints of Navy Blue #1458DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 6.08%
G = 26.75%
B = 67.17%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1458DD (or 0x1458DD) is known color: Navy Blue. HEX triplet: 14, 58 and DD. RGB value is (20,88,221). Sum of RGB (Red+Green+Blue) = 20+88+221=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #1458DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458DD is #EBA722. Grayscale: #525252. Windows color (decimal): -15443747 or 14506004. OLE color: 14506004.

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

Color convert

RGB 20 88 221 -
CMYK 0.91 0.60 0 0.13
HSL 219.7º 0.83% 0.47% -
HSV(B) 219.7º 0.91% 0.87% -
XYZ 16.83 12.35 69.9 -
YUV 82.83 205.97 83.19 -
System Red Green Blue C M Y K H S L
Decimal 20 88 221 0.91 0.60 0 0.13 219.7 0.83 0.47
Hex 14 58 DD 5B 3C 0 D DC 53 2F
Octal 24 130 335 133 74 0 15 334 123 57
Binary 10100 1011000 11011101 1011011 111100 0 1101 11011100 1010011 101111

Color Harmonies of #1458DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1458DD

Black with #1458DD

Text Example


Text Example

White with #1458DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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