Html Css Color HEX #183166 Sapphire

📋 copy color: '#183166'

red 24 ◦ green 49 ◦ blue 102

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

Shades of Sapphire #183166

Tints of Sapphire #183166

RGB

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

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

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

R = 13.71%
G = 28%
B = 58.29%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#183166 (or 0x183166) is known color: Sapphire. HEX triplet: 18, 31 and 66. RGB value is (24,49,102). Sum of RGB (Red+Green+Blue) = 24+49+102=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #183166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183166 is #E7CE99. Grayscale: #2F2F2F. Windows color (decimal): -15191706 or 6697240. OLE color: 6697240.

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

Color convert

RGB 24 49 102 -
CMYK 0.76 0.52 0 0.6
HSL 220.77º 0.62% 0.25% -
HSV(B) 220.77º 0.76% 0.4% -
XYZ 3.87 3.35 13.01 -
YUV 47.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 24 49 102 0.76 0.52 0 0.6 220.77 0.62 0.25
Hex 18 31 66 4C 34 0 3C DD 3E 19
Octal 30 61 146 114 64 0 74 335 76 31
Binary 11000 110001 1100110 1001100 110100 0 111100 11011101 111110 11001

Color Harmonies of #183166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183166

Black with #183166

Text Example


Text Example

White with #183166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183166; }

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

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

background-color css

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

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

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

border-color css

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

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

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