Html Css Color HEX #183676 Sapphire

📋 copy color: '#183676'

red 24 ◦ green 54 ◦ blue 118

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

Shades of Sapphire #183676

Tints of Sapphire #183676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 12.24%
G = 27.55%
B = 60.2%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#183676 (or 0x183676) is known color: Sapphire. HEX triplet: 18, 36 and 76. RGB value is (24,54,118). Sum of RGB (Red+Green+Blue) = 24+54+118=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #183676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183676 is #E7C989. Grayscale: #343434. Windows color (decimal): -15190410 or 7747096. OLE color: 7747096.

HSL color Cylindrical-coordinate representation of color #183676: hue angle of 220.85º 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 #183676 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 54 118 -
CMYK 0.80 0.54 0 0.54
HSL 220.85º 0.66% 0.28% -
HSV(B) 220.85º 0.8% 0.46% -
XYZ 4.97 4.14 17.68 -
YUV 52.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 24 54 118 0.80 0.54 0 0.54 220.85 0.66 0.28
Hex 18 36 76 50 36 0 36 DD 42 1C
Octal 30 66 166 120 66 0 66 335 102 34
Binary 11000 110110 1110110 1010000 110110 0 110110 11011101 1000010 11100

Color Harmonies of #183676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183676

Black with #183676

Text Example


Text Example

White with #183676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183676; }

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

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

background-color css

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

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

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

border-color css

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

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

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