Html Css Color HEX #183375 Sapphire

📋 copy color: '#183375'

red 24 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #183375

Tints of Sapphire #183375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 12.5%
G = 26.56%
B = 60.94%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#183375 (or 0x183375) is known color: Sapphire. HEX triplet: 18, 33 and 75. RGB value is (24,51,117). Sum of RGB (Red+Green+Blue) = 24+51+117=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #183375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183375 is #E7CC8A. Grayscale: #323232. Windows color (decimal): -15191179 or 7680792. OLE color: 7680792.

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

Color convert

RGB 24 51 117 -
CMYK 0.79 0.56 0 0.54
HSL 222.58º 0.66% 0.28% -
HSV(B) 222.58º 0.79% 0.46% -
XYZ 4.77 3.85 17.32 -
YUV 50.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 24 51 117 0.79 0.56 0 0.54 222.58 0.66 0.28
Hex 18 33 75 4F 38 0 36 DF 42 1C
Octal 30 63 165 117 70 0 66 337 102 34
Binary 11000 110011 1110101 1001111 111000 0 110110 11011111 1000010 11100

Color Harmonies of #183375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183375

Black with #183375

Text Example


Text Example

White with #183375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183375; }

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

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

background-color css

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

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

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

border-color css

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

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

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