Html Css Color HEX #183275 Sapphire

📋 copy color: '#183275'

red 24 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #183275

Tints of Sapphire #183275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 117 (46.09% from 255) = 61.26%

R = 12.57%
G = 26.18%
B = 61.26%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#183275 (or 0x183275) is known color: Sapphire. HEX triplet: 18, 32 and 75. RGB value is (24,50,117). Sum of RGB (Red+Green+Blue) = 24+50+117=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #183275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183275 is #E7CD8A. Grayscale: #313131. Windows color (decimal): -15191435 or 7680536. OLE color: 7680536.

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

Color convert

RGB 24 50 117 -
CMYK 0.79 0.57 0 0.54
HSL 223.23º 0.66% 0.28% -
HSV(B) 223.23º 0.79% 0.46% -
XYZ 4.73 3.76 17.31 -
YUV 49.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 24 50 117 0.79 0.57 0 0.54 223.23 0.66 0.28
Hex 18 32 75 4F 39 0 36 DF 42 1C
Octal 30 62 165 117 71 0 66 337 102 34
Binary 11000 110010 1110101 1001111 111001 0 110110 11011111 1000010 11100

Color Harmonies of #183275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183275

Black with #183275

Text Example


Text Example

White with #183275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183275; }

 p { color: rgb(24,50,117); }

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

background-color css

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

 a { background-color: rgb(24,50,117); }

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

border-color css

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

 span { border-color: rgb(24,50,117); }

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