Html Css Color HEX #1482CD Navy Blue

📋 copy color: '#1482CD'

red 20 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #1482CD

Tints of Navy Blue #1482CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 5.63%
G = 36.62%
B = 57.75%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1482CD (or 0x1482CD) is known color: Navy Blue. HEX triplet: 14, 82 and CD. RGB value is (20,130,205). Sum of RGB (Red+Green+Blue) = 20+130+205=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #1482CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482CD is #EB7D32. Grayscale: #696969. Windows color (decimal): -15433011 or 13468180. OLE color: 13468180.

HSL color Cylindrical-coordinate representation of color #1482CD: hue angle of 204.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1482CD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 130 205 -
CMYK 0.90 0.37 0 0.20
HSL 204.32º 0.82% 0.44% -
HSV(B) 204.32º 0.9% 0.8% -
XYZ 19.29 20.52 60.7 -
YUV 105.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 20 130 205 0.90 0.37 0 0.20 204.32 0.82 0.44
Hex 14 82 CD 5A 25 0 14 CC 52 2C
Octal 24 202 315 132 45 0 24 314 122 54
Binary 10100 10000010 11001101 1011010 100101 0 10100 11001100 1010010 101100

Color Harmonies of #1482CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482CD

Black with #1482CD

Text Example


Text Example

White with #1482CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1482CD; }

 p { color: rgb(20,130,205); }

 H1.HeaderClassName
 {
   color: #1482CD;
 }
 .AnyTagClassName
 {
   color: #1482CD;
 }
</style>

background-color css

<style>
 a { background-color: #1482CD; }

 a { background-color: rgb(20,130,205); }

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

border-color css

<style>
 span { border-color: #1482CD; }

 span { border-color: rgb(20,130,205); }

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