Html Css Color HEX #183476 Sapphire

📋 copy color: '#183476'

red 24 ◦ green 52 ◦ blue 118

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

Shades of Sapphire #183476

Tints of Sapphire #183476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 12.37%
G = 26.8%
B = 60.82%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#183476 (or 0x183476) is known color: Sapphire. HEX triplet: 18, 34 and 76. RGB value is (24,52,118). Sum of RGB (Red+Green+Blue) = 24+52+118=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #183476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183476 is #E7CB89. Grayscale: #323232. Windows color (decimal): -15190922 or 7746584. OLE color: 7746584.

HSL color Cylindrical-coordinate representation of color #183476: hue angle of 222.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183476 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 52 118 -
CMYK 0.80 0.56 0 0.54
HSL 222.13º 0.66% 0.28% -
HSV(B) 222.13º 0.8% 0.46% -
XYZ 4.87 3.96 17.65 -
YUV 51.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 24 52 118 0.80 0.56 0 0.54 222.13 0.66 0.28
Hex 18 34 76 50 38 0 36 DE 42 1C
Octal 30 64 166 120 70 0 66 336 102 34
Binary 11000 110100 1110110 1010000 111000 0 110110 11011110 1000010 11100

Color Harmonies of #183476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183476

Black with #183476

Text Example


Text Example

White with #183476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183476; }

 p { color: rgb(24,52,118); }

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

background-color css

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

 a { background-color: rgb(24,52,118); }

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

border-color css

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

 span { border-color: rgb(24,52,118); }

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