Html Css Color HEX #182460 Sapphire

📋 copy color: '#182460'

red 24 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #182460

Tints of Sapphire #182460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

 BLUE value IS 96 (37.89% from 255) = 61.54%

R = 15.38%
G = 23.08%
B = 61.54%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#182460 (or 0x182460) is known color: Sapphire. HEX triplet: 18, 24 and 60. RGB value is (24,36,96). Sum of RGB (Red+Green+Blue) = 24+36+96=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #182460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182460 is #E7DB9F. Grayscale: #272727. Windows color (decimal): -15195040 or 6300696. OLE color: 6300696.

HSL color Cylindrical-coordinate representation of color #182460: hue angle of 230º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182460 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 36 96 -
CMYK 0.75 0.62 0 0.62
HSL 230º 0.6% 0.24% -
HSV(B) 230º 0.75% 0.38% -
XYZ 3.12 2.3 11.35 -
YUV 39.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 24 36 96 0.75 0.62 0 0.62 230 0.6 0.24
Hex 18 24 60 4B 3E 0 3E E6 3C 18
Octal 30 44 140 113 76 0 76 346 74 30
Binary 11000 100100 1100000 1001011 111110 0 111110 11100110 111100 11000

Color Harmonies of #182460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182460

Black with #182460

Text Example


Text Example

White with #182460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182460; }

 p { color: rgb(24,36,96); }

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

background-color css

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

 a { background-color: rgb(24,36,96); }

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

border-color css

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

 span { border-color: rgb(24,36,96); }

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