Html Css Color HEX #1876D5 Navy Blue

📋 copy color: '#1876D5'

red 24 ◦ green 118 ◦ blue 213

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

Shades of Navy Blue #1876D5

Tints of Navy Blue #1876D5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 6.76%
G = 33.24%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1876D5 (or 0x1876D5) is known color: Navy Blue. HEX triplet: 18, 76 and D5. RGB value is (24,118,213). Sum of RGB (Red+Green+Blue) = 24+118+213=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #1876D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876D5 is #E7892A. Grayscale: #646464. Windows color (decimal): -15173931 or 13989400. OLE color: 13989400.

HSL color Cylindrical-coordinate representation of color #1876D5: hue angle of 210.16º 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 #1876D5 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 118 213 -
CMYK 0.89 0.45 0 0.16
HSL 210.16º 0.8% 0.46% -
HSV(B) 210.16º 0.89% 0.84% -
XYZ 18.87 17.96 65.42 -
YUV 100.72 191.36 73.28 -
System Red Green Blue C M Y K H S L
Decimal 24 118 213 0.89 0.45 0 0.16 210.16 0.8 0.46
Hex 18 76 D5 59 2D 0 10 D2 50 2E
Octal 30 166 325 131 55 0 20 322 120 56
Binary 11000 1110110 11010101 1011001 101101 0 10000 11010010 1010000 101110

Color Harmonies of #1876D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1876D5

Black with #1876D5

Text Example


Text Example

White with #1876D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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