Html Css Color HEX #182870 Sapphire

📋 copy color: '#182870'

red 24 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #182870

Tints of Sapphire #182870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 13.64%
G = 22.73%
B = 63.64%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#182870 (or 0x182870) is known color: Sapphire. HEX triplet: 18, 28 and 70. RGB value is (24,40,112). Sum of RGB (Red+Green+Blue) = 24+40+112=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #182870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182870 is #E7D78F. Grayscale: #2B2B2B. Windows color (decimal): -15194000 or 7350296. OLE color: 7350296.

HSL color Cylindrical-coordinate representation of color #182870: hue angle of 229.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182870 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 40 112 -
CMYK 0.79 0.64 0 0.56
HSL 229.09º 0.65% 0.27% -
HSV(B) 229.09º 0.79% 0.44% -
XYZ 4.06 2.88 15.67 -
YUV 43.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 24 40 112 0.79 0.64 0 0.56 229.09 0.65 0.27
Hex 18 28 70 4F 40 0 38 E5 41 1B
Octal 30 50 160 117 100 0 70 345 101 33
Binary 11000 101000 1110000 1001111 1000000 0 111000 11100101 1000001 11011

Color Harmonies of #182870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182870

Black with #182870

Text Example


Text Example

White with #182870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182870; }

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

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

background-color css

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

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

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

border-color css

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

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

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