Html Css Color HEX #112867 Sapphire

📋 copy color: '#112867'

red 17 ◦ green 40 ◦ blue 103

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

Shades of Sapphire #112867

Tints of Sapphire #112867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

 BLUE value IS 103 (40.63% from 255) = 64.38%

R = 10.63%
G = 25%
B = 64.38%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#112867 (or 0x112867) is known color: Sapphire. HEX triplet: 11, 28 and 67. RGB value is (17,40,103). Sum of RGB (Red+Green+Blue) = 17+40+103=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #112867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112867 is #EED798. Grayscale: #282828. Windows color (decimal): -15652761 or 6760465. OLE color: 6760465.

HSL color Cylindrical-coordinate representation of color #112867: hue angle of 223.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112867 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 40 103 -
CMYK 0.83 0.61 0 0.60
HSL 223.95º 0.72% 0.24% -
HSV(B) 223.95º 0.83% 0.4% -
XYZ 3.44 2.62 13.16 -
YUV 40.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 17 40 103 0.83 0.61 0 0.60 223.95 0.72 0.24
Hex 11 28 67 53 3D 0 3C E0 48 18
Octal 21 50 147 123 75 0 74 340 110 30
Binary 10001 101000 1100111 1010011 111101 0 111100 11100000 1001000 11000

Color Harmonies of #112867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112867

Black with #112867

Text Example


Text Example

White with #112867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112867; }

 p { color: rgb(17,40,103); }

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

background-color css

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

 a { background-color: rgb(17,40,103); }

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

border-color css

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

 span { border-color: rgb(17,40,103); }

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