Html Css Color HEX #1877DA Navy Blue

📋 copy color: '#1877DA'

red 24 ◦ green 119 ◦ blue 218

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

Shades of Navy Blue #1877DA

Tints of Navy Blue #1877DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 6.65%
G = 32.96%
B = 60.39%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1877DA (or 0x1877DA) is known color: Navy Blue. HEX triplet: 18, 77 and DA. RGB value is (24,119,218). Sum of RGB (Red+Green+Blue) = 24+119+218=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #1877DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1877DA is #E78825. Grayscale: #656565. Windows color (decimal): -15173670 or 14317336. OLE color: 14317336.

HSL color Cylindrical-coordinate representation of color #1877DA: hue angle of 210.62º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1877DA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 119 218 -
CMYK 0.89 0.45 0 0.15
HSL 210.62º 0.8% 0.47% -
HSV(B) 210.62º 0.89% 0.85% -
XYZ 19.63 18.45 68.86 -
YUV 101.88 193.53 72.45 -
System Red Green Blue C M Y K H S L
Decimal 24 119 218 0.89 0.45 0 0.15 210.62 0.8 0.47
Hex 18 77 DA 59 2D 0 F D3 50 2F
Octal 30 167 332 131 55 0 17 323 120 57
Binary 11000 1110111 11011010 1011001 101101 0 1111 11010011 1010000 101111

Color Harmonies of #1877DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1877DA

Black with #1877DA

Text Example


Text Example

White with #1877DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1877DA; }

 p { color: rgb(24,119,218); }

 H1.HeaderClassName
 {
   color: #1877DA;
 }
 .AnyTagClassName
 {
   color: #1877DA;
 }
</style>

background-color css

<style>
 a { background-color: #1877DA; }

 a { background-color: rgb(24,119,218); }

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

border-color css

<style>
 span { border-color: #1877DA; }

 span { border-color: rgb(24,119,218); }

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