Html Css Color HEX #183170 Sapphire

📋 copy color: '#183170'

red 24 ◦ green 49 ◦ blue 112

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

Shades of Sapphire #183170

Tints of Sapphire #183170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 12.97%
G = 26.49%
B = 60.54%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#183170 (or 0x183170) is known color: Sapphire. HEX triplet: 18, 31 and 70. RGB value is (24,49,112). Sum of RGB (Red+Green+Blue) = 24+49+112=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #183170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183170 is #E7CE8F. Grayscale: #303030. Windows color (decimal): -15191696 or 7352600. OLE color: 7352600.

HSL color Cylindrical-coordinate representation of color #183170: hue angle of 222.95º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183170 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 49 112 -
CMYK 0.79 0.56 0 0.56
HSL 222.95º 0.65% 0.27% -
HSV(B) 222.95º 0.79% 0.44% -
XYZ 4.4 3.56 15.78 -
YUV 48.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 24 49 112 0.79 0.56 0 0.56 222.95 0.65 0.27
Hex 18 31 70 4F 38 0 38 DF 41 1B
Octal 30 61 160 117 70 0 70 337 101 33
Binary 11000 110001 1110000 1001111 111000 0 111000 11011111 1000001 11011

Color Harmonies of #183170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183170

Black with #183170

Text Example


Text Example

White with #183170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183170; }

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

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

background-color css

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

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

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

border-color css

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

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

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