Html Css Color HEX #1882D5 Navy Blue

📋 copy color: '#1882D5'

red 24 ◦ green 130 ◦ blue 213

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

Shades of Navy Blue #1882D5

Tints of Navy Blue #1882D5

RGB

 RED value IS 24 (9.77% from 255) = 6.54%

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

 BLUE value IS 213 (83.59% from 255) = 58.04%

R = 6.54%
G = 35.42%
B = 58.04%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1882D5 (or 0x1882D5) is known color: Navy Blue. HEX triplet: 18, 82 and D5. RGB value is (24,130,213). Sum of RGB (Red+Green+Blue) = 24+130+213=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #1882D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882D5 is #E77D2A. Grayscale: #6B6B6B. Windows color (decimal): -15170859 or 13992472. OLE color: 13992472.

HSL color Cylindrical-coordinate representation of color #1882D5: hue angle of 206.35º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1882D5 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 130 213 -
CMYK 0.89 0.39 0 0.16
HSL 206.35º 0.8% 0.46% -
HSV(B) 206.35º 0.89% 0.84% -
XYZ 20.37 20.96 65.92 -
YUV 107.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 24 130 213 0.89 0.39 0 0.16 206.35 0.8 0.46
Hex 18 82 D5 59 27 0 10 CE 50 2E
Octal 30 202 325 131 47 0 20 316 120 56
Binary 11000 10000010 11010101 1011001 100111 0 10000 11001110 1010000 101110

Color Harmonies of #1882D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882D5

Black with #1882D5

Text Example


Text Example

White with #1882D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1882D5; }

 p { color: rgb(24,130,213); }

 H1.HeaderClassName
 {
   color: #1882D5;
 }
 .AnyTagClassName
 {
   color: #1882D5;
 }
</style>

background-color css

<style>
 a { background-color: #1882D5; }

 a { background-color: rgb(24,130,213); }

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

border-color css

<style>
 span { border-color: #1882D5; }

 span { border-color: rgb(24,130,213); }

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