Html Css Color HEX #1484CD Navy Blue

📋 copy color: '#1484CD'

red 20 ◦ green 132 ◦ blue 205

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

Shades of Navy Blue #1484CD

Tints of Navy Blue #1484CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 5.6%
G = 36.97%
B = 57.42%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1484CD (or 0x1484CD) is known color: Navy Blue. HEX triplet: 14, 84 and CD. RGB value is (20,132,205). Sum of RGB (Red+Green+Blue) = 20+132+205=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #1484CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484CD is #EB7B32. Grayscale: #6A6A6A. Windows color (decimal): -15432499 or 13468692. OLE color: 13468692.

HSL color Cylindrical-coordinate representation of color #1484CD: hue angle of 203.68º 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 #1484CD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 132 205 -
CMYK 0.90 0.36 0 0.20
HSL 203.68º 0.82% 0.44% -
HSV(B) 203.68º 0.9% 0.8% -
XYZ 19.56 21.06 60.79 -
YUV 106.83 183.39 66.06 -
System Red Green Blue C M Y K H S L
Decimal 20 132 205 0.90 0.36 0 0.20 203.68 0.82 0.44
Hex 14 84 CD 5A 24 0 14 CC 52 2C
Octal 24 204 315 132 44 0 24 314 122 54
Binary 10100 10000100 11001101 1011010 100100 0 10100 11001100 1010010 101100

Color Harmonies of #1484CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484CD

Black with #1484CD

Text Example


Text Example

White with #1484CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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