Html Css Color HEX #183268 Sapphire

📋 copy color: '#183268'

red 24 ◦ green 50 ◦ blue 104

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

Shades of Sapphire #183268

Tints of Sapphire #183268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 13.48%
G = 28.09%
B = 58.43%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#183268 (or 0x183268) is known color: Sapphire. HEX triplet: 18, 32 and 68. RGB value is (24,50,104). Sum of RGB (Red+Green+Blue) = 24+50+104=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #183268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183268 is #E7CD97. Grayscale: #303030. Windows color (decimal): -15191448 or 6828568. OLE color: 6828568.

HSL color Cylindrical-coordinate representation of color #183268: hue angle of 220.5º 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 #183268 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 50 104 -
CMYK 0.77 0.52 0 0.59
HSL 220.5º 0.63% 0.25% -
HSV(B) 220.5º 0.77% 0.41% -
XYZ 4.02 3.47 13.56 -
YUV 48.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 24 50 104 0.77 0.52 0 0.59 220.5 0.63 0.25
Hex 18 32 68 4D 34 0 3B DC 3E 19
Octal 30 62 150 115 64 0 73 334 76 31
Binary 11000 110010 1101000 1001101 110100 0 111011 11011100 111110 11001

Color Harmonies of #183268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183268

Black with #183268

Text Example


Text Example

White with #183268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183268; }

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

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

background-color css

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

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

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

border-color css

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

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

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