Html Css Color HEX #183066 Sapphire

📋 copy color: '#183066'

red 24 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #183066

Tints of Sapphire #183066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

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

R = 13.79%
G = 27.59%
B = 58.62%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#183066 (or 0x183066) is known color: Sapphire. HEX triplet: 18, 30 and 66. RGB value is (24,48,102). Sum of RGB (Red+Green+Blue) = 24+48+102=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #183066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183066 is #E7CF99. Grayscale: #2E2E2E. Windows color (decimal): -15191962 or 6696984. OLE color: 6696984.

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

Color convert

RGB 24 48 102 -
CMYK 0.76 0.53 0 0.6
HSL 221.54º 0.62% 0.25% -
HSV(B) 221.54º 0.76% 0.4% -
XYZ 3.83 3.27 13 -
YUV 46.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 24 48 102 0.76 0.53 0 0.6 221.54 0.62 0.25
Hex 18 30 66 4C 35 0 3C DE 3E 19
Octal 30 60 146 114 65 0 74 336 76 31
Binary 11000 110000 1100110 1001100 110101 0 111100 11011110 111110 11001

Color Harmonies of #183066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183066

Black with #183066

Text Example


Text Example

White with #183066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183066; }

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

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

background-color css

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

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

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

border-color css

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

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

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