Html Css Color HEX #183172 Sapphire

📋 copy color: '#183172'

red 24 ◦ green 49 ◦ blue 114

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

Shades of Sapphire #183172

Tints of Sapphire #183172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 12.83%
G = 26.2%
B = 60.96%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#183172 (or 0x183172) is known color: Sapphire. HEX triplet: 18, 31 and 72. RGB value is (24,49,114). Sum of RGB (Red+Green+Blue) = 24+49+114=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #183172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183172 is #E7CE8D. Grayscale: #303030. Windows color (decimal): -15191694 or 7483672. OLE color: 7483672.

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

Color convert

RGB 24 49 114 -
CMYK 0.79 0.57 0 0.55
HSL 223.33º 0.65% 0.27% -
HSV(B) 223.33º 0.79% 0.45% -
XYZ 4.51 3.61 16.38 -
YUV 48.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 24 49 114 0.79 0.57 0 0.55 223.33 0.65 0.27
Hex 18 31 72 4F 39 0 37 DF 41 1B
Octal 30 61 162 117 71 0 67 337 101 33
Binary 11000 110001 1110010 1001111 111001 0 110111 11011111 1000001 11011

Color Harmonies of #183172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183172

Black with #183172

Text Example


Text Example

White with #183172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183172; }

 p { color: rgb(24,49,114); }

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

background-color css

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

 a { background-color: rgb(24,49,114); }

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

border-color css

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

 span { border-color: rgb(24,49,114); }

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