Html Css Color HEX #1870DA Navy Blue

📋 copy color: '#1870DA'

red 24 ◦ green 112 ◦ blue 218

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

Shades of Navy Blue #1870DA

Tints of Navy Blue #1870DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 6.78%
G = 31.64%
B = 61.58%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1870DA (or 0x1870DA) is known color: Navy Blue. HEX triplet: 18, 70 and DA. RGB value is (24,112,218). Sum of RGB (Red+Green+Blue) = 24+112+218=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #1870DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870DA is #E78F25. Grayscale: #616161. Windows color (decimal): -15175462 or 14315544. OLE color: 14315544.

HSL color Cylindrical-coordinate representation of color #1870DA: hue angle of 212.78º 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 #1870DA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 112 218 -
CMYK 0.89 0.49 0 0.15
HSL 212.78º 0.8% 0.47% -
HSV(B) 212.78º 0.89% 0.85% -
XYZ 18.83 16.84 68.59 -
YUV 97.77 195.85 75.38 -
System Red Green Blue C M Y K H S L
Decimal 24 112 218 0.89 0.49 0 0.15 212.78 0.8 0.47
Hex 18 70 DA 59 31 0 F D5 50 2F
Octal 30 160 332 131 61 0 17 325 120 57
Binary 11000 1110000 11011010 1011001 110001 0 1111 11010101 1010000 101111

Color Harmonies of #1870DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1870DA

Black with #1870DA

Text Example


Text Example

White with #1870DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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