Html Css Color HEX #1482DA Navy Blue

📋 copy color: '#1482DA'

red 20 ◦ green 130 ◦ blue 218

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

Shades of Navy Blue #1482DA

Tints of Navy Blue #1482DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 5.43%
G = 35.33%
B = 59.24%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1482DA (or 0x1482DA) is known color: Navy Blue. HEX triplet: 14, 82 and DA. RGB value is (20,130,218). Sum of RGB (Red+Green+Blue) = 20+130+218=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #1482DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482DA is #EB7D25. Grayscale: #6A6A6A. Windows color (decimal): -15432998 or 14320148. OLE color: 14320148.

HSL color Cylindrical-coordinate representation of color #1482DA: hue angle of 206.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1482DA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 130 218 -
CMYK 0.91 0.40 0 0.15
HSL 206.67º 0.83% 0.47% -
HSV(B) 206.67º 0.91% 0.85% -
XYZ 20.93 21.18 69.31 -
YUV 107.14 190.56 65.84 -
System Red Green Blue C M Y K H S L
Decimal 20 130 218 0.91 0.40 0 0.15 206.67 0.83 0.47
Hex 14 82 DA 5B 28 0 F CF 53 2F
Octal 24 202 332 133 50 0 17 317 123 57
Binary 10100 10000010 11011010 1011011 101000 0 1111 11001111 1010011 101111

Color Harmonies of #1482DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482DA

Black with #1482DA

Text Example


Text Example

White with #1482DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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