Html Css Color HEX #112952 Sapphire

📋 copy color: '#112952'

red 17 ◦ green 41 ◦ blue 82

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

Shades of Sapphire #112952

Tints of Sapphire #112952

RGB

 RED value IS 17 (7.03% from 255) = 12.14%

 GREEN value IS 41 (16.41% from 255) = 29.29%

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 12.14%
G = 29.29%
B = 58.57%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#112952 (or 0x112952) is known color: Sapphire. HEX triplet: 11, 29 and 52. RGB value is (17,41,82). Sum of RGB (Red+Green+Blue) = 17+41+82=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #112952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112952 is #EED6AD. Grayscale: #262626. Windows color (decimal): -15652526 or 5384465. OLE color: 5384465.

HSL color Cylindrical-coordinate representation of color #112952: hue angle of 217.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112952 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 41 82 -
CMYK 0.79 0.50 0 0.68
HSL 217.85º 0.66% 0.19% -
HSV(B) 217.85º 0.79% 0.32% -
XYZ 2.55 2.31 8.3 -
YUV 38.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 17 41 82 0.79 0.50 0 0.68 217.85 0.66 0.19
Hex 11 29 52 4F 32 0 44 DA 42 13
Octal 21 51 122 117 62 0 104 332 102 23
Binary 10001 101001 1010010 1001111 110010 0 1000100 11011010 1000010 10011

Color Harmonies of #112952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112952

Black with #112952

Text Example


Text Example

White with #112952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112952; }

 p { color: rgb(17,41,82); }

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

background-color css

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

 a { background-color: rgb(17,41,82); }

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

border-color css

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

 span { border-color: rgb(17,41,82); }

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