Html Css Color HEX #1876DF Navy Blue

📋 copy color: '#1876DF'

red 24 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #1876DF

Tints of Navy Blue #1876DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 6.58%
G = 32.33%
B = 61.1%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1876DF (or 0x1876DF) is known color: Navy Blue. HEX triplet: 18, 76 and DF. RGB value is (24,118,223). Sum of RGB (Red+Green+Blue) = 24+118+223=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #1876DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876DF is #E78920. Grayscale: #656565. Windows color (decimal): -15173921 or 14644760. OLE color: 14644760.

HSL color Cylindrical-coordinate representation of color #1876DF: hue angle of 211.66º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1876DF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 118 223 -
CMYK 0.89 0.47 0 0.13
HSL 211.66º 0.81% 0.48% -
HSV(B) 211.66º 0.89% 0.87% -
XYZ 20.17 18.48 72.32 -
YUV 101.86 196.36 72.46 -
System Red Green Blue C M Y K H S L
Decimal 24 118 223 0.89 0.47 0 0.13 211.66 0.81 0.48
Hex 18 76 DF 59 2F 0 D D4 51 30
Octal 30 166 337 131 57 0 15 324 121 60
Binary 11000 1110110 11011111 1011001 101111 0 1101 11010100 1010001 110000

Color Harmonies of #1876DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1876DF

Black with #1876DF

Text Example


Text Example

White with #1876DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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