Html Css Color HEX #183473 Sapphire

📋 copy color: '#183473'

red 24 ◦ green 52 ◦ blue 115

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

Shades of Sapphire #183473

Tints of Sapphire #183473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.21%

R = 12.57%
G = 27.23%
B = 60.21%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#183473 (or 0x183473) is known color: Sapphire. HEX triplet: 18, 34 and 73. RGB value is (24,52,115). Sum of RGB (Red+Green+Blue) = 24+52+115=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #183473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183473 is #E7CB8C. Grayscale: #323232. Windows color (decimal): -15190925 or 7549976. OLE color: 7549976.

HSL color Cylindrical-coordinate representation of color #183473: hue angle of 221.54º degrees, saturation: 0.65, 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 #183473 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 52 115 -
CMYK 0.79 0.55 0 0.55
HSL 221.54º 0.65% 0.27% -
HSV(B) 221.54º 0.79% 0.45% -
XYZ 4.7 3.89 16.72 -
YUV 50.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 24 52 115 0.79 0.55 0 0.55 221.54 0.65 0.27
Hex 18 34 73 4F 37 0 37 DE 41 1B
Octal 30 64 163 117 67 0 67 336 101 33
Binary 11000 110100 1110011 1001111 110111 0 110111 11011110 1000001 11011

Color Harmonies of #183473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183473

Black with #183473

Text Example


Text Example

White with #183473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183473; }

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

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

background-color css

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

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

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

border-color css

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

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

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