Html Css Color HEX #183168 Sapphire

📋 copy color: '#183168'

red 24 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #183168

Tints of Sapphire #183168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.76%

R = 13.56%
G = 27.68%
B = 58.76%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#183168 (or 0x183168) is known color: Sapphire. HEX triplet: 18, 31 and 68. RGB value is (24,49,104). Sum of RGB (Red+Green+Blue) = 24+49+104=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #183168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183168 is #E7CE97. Grayscale: #2F2F2F. Windows color (decimal): -15191704 or 6828312. OLE color: 6828312.

HSL color Cylindrical-coordinate representation of color #183168: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183168 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 49 104 -
CMYK 0.77 0.53 0 0.59
HSL 221.25º 0.63% 0.25% -
HSV(B) 221.25º 0.77% 0.41% -
XYZ 3.97 3.39 13.54 -
YUV 47.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 24 49 104 0.77 0.53 0 0.59 221.25 0.63 0.25
Hex 18 31 68 4D 35 0 3B DD 3E 19
Octal 30 61 150 115 65 0 73 335 76 31
Binary 11000 110001 1101000 1001101 110101 0 111011 11011101 111110 11001

Color Harmonies of #183168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183168

Black with #183168

Text Example


Text Example

White with #183168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183168; }

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

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

background-color css

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

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

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

border-color css

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

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

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