Html Css Color HEX #183174 Sapphire

📋 copy color: '#183174'

red 24 ◦ green 49 ◦ blue 116

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

Shades of Sapphire #183174

Tints of Sapphire #183174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 12.7%
G = 25.93%
B = 61.38%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#183174 (or 0x183174) is known color: Sapphire. HEX triplet: 18, 31 and 74. RGB value is (24,49,116). Sum of RGB (Red+Green+Blue) = 24+49+116=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #183174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183174 is #E7CE8B. Grayscale: #303030. Windows color (decimal): -15191692 or 7614744. OLE color: 7614744.

HSL color Cylindrical-coordinate representation of color #183174: hue angle of 223.7º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183174 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 49 116 -
CMYK 0.79 0.58 0 0.55
HSL 223.7º 0.66% 0.27% -
HSV(B) 223.7º 0.79% 0.45% -
XYZ 4.63 3.65 16.98 -
YUV 49.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 24 49 116 0.79 0.58 0 0.55 223.7 0.66 0.27
Hex 18 31 74 4F 3A 0 37 E0 42 1B
Octal 30 61 164 117 72 0 67 340 102 33
Binary 11000 110001 1110100 1001111 111010 0 110111 11100000 1000010 11011

Color Harmonies of #183174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183174

Black with #183174

Text Example


Text Example

White with #183174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183174; }

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

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

background-color css

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

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

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

border-color css

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

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

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