Html Css Color HEX #1878CF Navy Blue

📋 copy color: '#1878CF'

red 24 ◦ green 120 ◦ blue 207

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

Shades of Navy Blue #1878CF

Tints of Navy Blue #1878CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 6.84%
G = 34.19%
B = 58.97%

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

#1878CF (or 0x1878CF) is known color: Navy Blue. HEX triplet: 18, 78 and CF. RGB value is (24,120,207). Sum of RGB (Red+Green+Blue) = 24+120+207=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #1878CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878CF is #E78730. Grayscale: #646464. Windows color (decimal): -15173425 or 13596696. OLE color: 13596696.

HSL color Cylindrical-coordinate representation of color #1878CF: hue angle of 208.52º 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 #1878CF is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 120 207 -
CMYK 0.88 0.42 0 0.19
HSL 208.52º 0.79% 0.45% -
HSV(B) 208.52º 0.88% 0.81% -
XYZ 18.36 18.13 61.56 -
YUV 101.21 187.7 72.93 -
System Red Green Blue C M Y K H S L
Decimal 24 120 207 0.88 0.42 0 0.19 208.52 0.79 0.45
Hex 18 78 CF 58 2A 0 13 D1 4F 2D
Octal 30 170 317 130 52 0 23 321 117 55
Binary 11000 1111000 11001111 1011000 101010 0 10011 11010001 1001111 101101

Color Harmonies of #1878CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1878CF

Black with #1878CF

Text Example


Text Example

White with #1878CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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