Html Css Color HEX #182566 Sapphire

📋 copy color: '#182566'

red 24 ◦ green 37 ◦ blue 102

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

Shades of Sapphire #182566

Tints of Sapphire #182566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 102 (40.23% from 255) = 62.58%

R = 14.72%
G = 22.7%
B = 62.58%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#182566 (or 0x182566) is known color: Sapphire. HEX triplet: 18, 25 and 66. RGB value is (24,37,102). Sum of RGB (Red+Green+Blue) = 24+37+102=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #182566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182566 is #E7DA99. Grayscale: #282828. Windows color (decimal): -15194778 or 6694168. OLE color: 6694168.

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

Color convert

RGB 24 37 102 -
CMYK 0.76 0.64 0 0.6
HSL 230º 0.62% 0.25% -
HSV(B) 230º 0.76% 0.4% -
XYZ 3.44 2.48 12.87 -
YUV 40.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 24 37 102 0.76 0.64 0 0.6 230 0.62 0.25
Hex 18 25 66 4C 40 0 3C E6 3E 19
Octal 30 45 146 114 100 0 74 346 76 31
Binary 11000 100101 1100110 1001100 1000000 0 111100 11100110 111110 11001

Color Harmonies of #182566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182566

Black with #182566

Text Example


Text Example

White with #182566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182566; }

 p { color: rgb(24,37,102); }

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

background-color css

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

 a { background-color: rgb(24,37,102); }

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

border-color css

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

 span { border-color: rgb(24,37,102); }

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