Html Css Color HEX #1882D6 Navy Blue

📋 copy color: '#1882D6'

red 24 ◦ green 130 ◦ blue 214

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

Shades of Navy Blue #1882D6

Tints of Navy Blue #1882D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.15%

R = 6.52%
G = 35.33%
B = 58.15%

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

#1882D6 (or 0x1882D6) is known color: Navy Blue. HEX triplet: 18, 82 and D6. RGB value is (24,130,214). Sum of RGB (Red+Green+Blue) = 24+130+214=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #1882D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882D6 is #E77D29. Grayscale: #6B6B6B. Windows color (decimal): -15170858 or 14058008. OLE color: 14058008.

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

Color convert

RGB 24 130 214 -
CMYK 0.89 0.39 0 0.16
HSL 206.53º 0.8% 0.47% -
HSV(B) 206.53º 0.89% 0.84% -
XYZ 20.5 21.01 66.59 -
YUV 107.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 24 130 214 0.89 0.39 0 0.16 206.53 0.8 0.47
Hex 18 82 D6 59 27 0 10 CF 50 2F
Octal 30 202 326 131 47 0 20 317 120 57
Binary 11000 10000010 11010110 1011001 100111 0 10000 11001111 1010000 101111

Color Harmonies of #1882D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882D6

Black with #1882D6

Text Example


Text Example

White with #1882D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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