Html Css Color HEX #1878CE Navy Blue

📋 copy color: '#1878CE'

red 24 ◦ green 120 ◦ blue 206

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

Shades of Navy Blue #1878CE

Tints of Navy Blue #1878CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 6.86%
G = 34.29%
B = 58.86%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1878CE (or 0x1878CE) is known color: Navy Blue. HEX triplet: 18, 78 and CE. RGB value is (24,120,206). Sum of RGB (Red+Green+Blue) = 24+120+206=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #1878CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878CE is #E78731. Grayscale: #646464. Windows color (decimal): -15173426 or 13531160. OLE color: 13531160.

HSL color Cylindrical-coordinate representation of color #1878CE: hue angle of 208.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1878CE is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 120 206 -
CMYK 0.88 0.42 0 0.19
HSL 208.35º 0.79% 0.45% -
HSV(B) 208.35º 0.88% 0.81% -
XYZ 18.23 18.08 60.92 -
YUV 101.1 187.2 73.01 -
System Red Green Blue C M Y K H S L
Decimal 24 120 206 0.88 0.42 0 0.19 208.35 0.79 0.45
Hex 18 78 CE 58 2A 0 13 D0 4F 2D
Octal 30 170 316 130 52 0 23 320 117 55
Binary 11000 1111000 11001110 1011000 101010 0 10011 11010000 1001111 101101

Color Harmonies of #1878CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1878CE

Black with #1878CE

Text Example


Text Example

White with #1878CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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