Html Css Color HEX #183266 Sapphire

📋 copy color: '#183266'

red 24 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #183266

Tints of Sapphire #183266

RGB

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

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

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

R = 13.64%
G = 28.41%
B = 57.95%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#183266 (or 0x183266) is known color: Sapphire. HEX triplet: 18, 32 and 66. RGB value is (24,50,102). Sum of RGB (Red+Green+Blue) = 24+50+102=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #183266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183266 is #E7CD99. Grayscale: #2F2F2F. Windows color (decimal): -15191450 or 6697496. OLE color: 6697496.

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

Color convert

RGB 24 50 102 -
CMYK 0.76 0.51 0 0.6
HSL 220º 0.62% 0.25% -
HSV(B) 220º 0.76% 0.4% -
XYZ 3.92 3.43 13.03 -
YUV 48.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 24 50 102 0.76 0.51 0 0.6 220 0.62 0.25
Hex 18 32 66 4C 33 0 3C DC 3E 19
Octal 30 62 146 114 63 0 74 334 76 31
Binary 11000 110010 1100110 1001100 110011 0 111100 11011100 111110 11001

Color Harmonies of #183266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183266

Black with #183266

Text Example


Text Example

White with #183266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183266; }

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

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

background-color css

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

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

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

border-color css

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

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

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