Html Css Color HEX #183575 Sapphire

📋 copy color: '#183575'

red 24 ◦ green 53 ◦ blue 117

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

Shades of Sapphire #183575

Tints of Sapphire #183575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 12.37%
G = 27.32%
B = 60.31%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#183575 (or 0x183575) is known color: Sapphire. HEX triplet: 18, 35 and 75. RGB value is (24,53,117). Sum of RGB (Red+Green+Blue) = 24+53+117=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #183575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183575 is #E7CA8A. Grayscale: #333333. Windows color (decimal): -15190667 or 7681304. OLE color: 7681304.

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

Color convert

RGB 24 53 117 -
CMYK 0.79 0.55 0 0.54
HSL 221.29º 0.66% 0.28% -
HSV(B) 221.29º 0.79% 0.46% -
XYZ 4.86 4.02 17.35 -
YUV 51.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 24 53 117 0.79 0.55 0 0.54 221.29 0.66 0.28
Hex 18 35 75 4F 37 0 36 DD 42 1C
Octal 30 65 165 117 67 0 66 335 102 34
Binary 11000 110101 1110101 1001111 110111 0 110110 11011101 1000010 11100

Color Harmonies of #183575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183575

Black with #183575

Text Example


Text Example

White with #183575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183575; }

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

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

background-color css

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

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

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

border-color css

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

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

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