Html Css Color HEX #1877DF Navy Blue

📋 copy color: '#1877DF'

red 24 ◦ green 119 ◦ blue 223

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

Shades of Navy Blue #1877DF

Tints of Navy Blue #1877DF

RGB

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

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

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

R = 6.56%
G = 32.51%
B = 60.93%

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

#1877DF (or 0x1877DF) is known color: Navy Blue. HEX triplet: 18, 77 and DF. RGB value is (24,119,223). Sum of RGB (Red+Green+Blue) = 24+119+223=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #1877DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1877DF is #E78820. Grayscale: #656565. Windows color (decimal): -15173665 or 14645016. OLE color: 14645016.

HSL color Cylindrical-coordinate representation of color #1877DF: hue angle of 211.36º 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 #1877DF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 119 223 -
CMYK 0.89 0.47 0 0.13
HSL 211.36º 0.81% 0.48% -
HSV(B) 211.36º 0.89% 0.87% -
XYZ 20.29 18.72 72.35 -
YUV 102.45 196.03 72.04 -
System Red Green Blue C M Y K H S L
Decimal 24 119 223 0.89 0.47 0 0.13 211.36 0.81 0.48
Hex 18 77 DF 59 2F 0 D D3 51 30
Octal 30 167 337 131 57 0 15 323 121 60
Binary 11000 1110111 11011111 1011001 101111 0 1101 11010011 1010001 110000

Color Harmonies of #1877DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1877DF

Black with #1877DF

Text Example


Text Example

White with #1877DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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