Html Css Color HEX #1452DD Navy Blue

📋 copy color: '#1452DD'

red 20 ◦ green 82 ◦ blue 221

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

Shades of Navy Blue #1452DD

Tints of Navy Blue #1452DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 6.19%
G = 25.39%
B = 68.42%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1452DD (or 0x1452DD) is known color: Navy Blue. HEX triplet: 14, 52 and DD. RGB value is (20,82,221). Sum of RGB (Red+Green+Blue) = 20+82+221=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1452DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452DD is #EBAD22. Grayscale: #4E4E4E. Windows color (decimal): -15445283 or 14504468. OLE color: 14504468.

HSL color Cylindrical-coordinate representation of color #1452DD: hue angle of 221.49º 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 #1452DD is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 82 221 -
CMYK 0.91 0.63 0 0.13
HSL 221.49º 0.83% 0.47% -
HSV(B) 221.49º 0.91% 0.87% -
XYZ 16.36 11.4 69.75 -
YUV 79.31 207.96 85.7 -
System Red Green Blue C M Y K H S L
Decimal 20 82 221 0.91 0.63 0 0.13 221.49 0.83 0.47
Hex 14 52 DD 5B 3F 0 D DD 53 2F
Octal 24 122 335 133 77 0 15 335 123 57
Binary 10100 1010010 11011101 1011011 111111 0 1101 11011101 1010011 101111

Color Harmonies of #1452DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1452DD

Black with #1452DD

Text Example


Text Example

White with #1452DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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