Html Css Color HEX #1878DD Navy Blue

📋 copy color: '#1878DD'

red 24 ◦ green 120 ◦ blue 221

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

Shades of Navy Blue #1878DD

Tints of Navy Blue #1878DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 6.58%
G = 32.88%
B = 60.55%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1878DD (or 0x1878DD) is known color: Navy Blue. HEX triplet: 18, 78 and DD. RGB value is (24,120,221). Sum of RGB (Red+Green+Blue) = 24+120+221=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #1878DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878DD is #E78722. Grayscale: #666666. Windows color (decimal): -15173411 or 14514200. OLE color: 14514200.

HSL color Cylindrical-coordinate representation of color #1878DD: hue angle of 210.76º degrees, saturation: 0.8, 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 #1878DD is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 120 221 -
CMYK 0.89 0.46 0 0.13
HSL 210.76º 0.8% 0.48% -
HSV(B) 210.76º 0.89% 0.87% -
XYZ 20.14 18.85 70.98 -
YUV 102.81 194.7 71.79 -
System Red Green Blue C M Y K H S L
Decimal 24 120 221 0.89 0.46 0 0.13 210.76 0.8 0.48
Hex 18 78 DD 59 2E 0 D D3 50 30
Octal 30 170 335 131 56 0 15 323 120 60
Binary 11000 1111000 11011101 1011001 101110 0 1101 11010011 1010000 110000

Color Harmonies of #1878DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1878DD

Black with #1878DD

Text Example


Text Example

White with #1878DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1878DD; }

 p { color: rgb(24,120,221); }

 H1.HeaderClassName
 {
   color: #1878DD;
 }
 .AnyTagClassName
 {
   color: #1878DD;
 }
</style>

background-color css

<style>
 a { background-color: #1878DD; }

 a { background-color: rgb(24,120,221); }

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

border-color css

<style>
 span { border-color: #1878DD; }

 span { border-color: rgb(24,120,221); }

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