Html Css Color HEX #183572 Sapphire

📋 copy color: '#183572'

red 24 ◦ green 53 ◦ blue 114

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

Shades of Sapphire #183572

Tints of Sapphire #183572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.75%

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

R = 12.57%
G = 27.75%
B = 59.69%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#183572 (or 0x183572) is known color: Sapphire. HEX triplet: 18, 35 and 72. RGB value is (24,53,114). Sum of RGB (Red+Green+Blue) = 24+53+114=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #183572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183572 is #E7CA8D. Grayscale: #333333. Windows color (decimal): -15190670 or 7484696. OLE color: 7484696.

HSL color Cylindrical-coordinate representation of color #183572: hue angle of 220.67º 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 #183572 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 53 114 -
CMYK 0.79 0.54 0 0.55
HSL 220.67º 0.65% 0.27% -
HSV(B) 220.67º 0.79% 0.45% -
XYZ 4.69 3.96 16.44 -
YUV 51.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 24 53 114 0.79 0.54 0 0.55 220.67 0.65 0.27
Hex 18 35 72 4F 36 0 37 DD 41 1B
Octal 30 65 162 117 66 0 67 335 101 33
Binary 11000 110101 1110010 1001111 110110 0 110111 11011101 1000001 11011

Color Harmonies of #183572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183572

Black with #183572

Text Example


Text Example

White with #183572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183572; }

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

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

background-color css

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

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

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

border-color css

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

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

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