Html Css Color HEX #12316B Sapphire

📋 copy color: '#12316B'

red 18 ◦ green 49 ◦ blue 107

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

Shades of Sapphire #12316B

Tints of Sapphire #12316B

RGB

 RED value IS 18 (7.42% from 255) = 10.34%

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

 BLUE value IS 107 (42.19% from 255) = 61.49%

R = 10.34%
G = 28.16%
B = 61.49%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12316B (or 0x12316B) is known color: Sapphire. HEX triplet: 12, 31 and 6B. RGB value is (18,49,107). Sum of RGB (Red+Green+Blue) = 18+49+107=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #12316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12316B is #EDCE94. Grayscale: #2E2E2E. Windows color (decimal): -15584917 or 7024914. OLE color: 7024914.

HSL color Cylindrical-coordinate representation of color #12316B: hue angle of 219.1º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12316B is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 49 107 -
CMYK 0.83 0.54 0 0.58
HSL 219.1º 0.71% 0.25% -
HSV(B) 219.1º 0.83% 0.42% -
XYZ 4 3.39 14.35 -
YUV 46.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 18 49 107 0.83 0.54 0 0.58 219.1 0.71 0.25
Hex 12 31 6B 53 36 0 3A DB 47 19
Octal 22 61 153 123 66 0 72 333 107 31
Binary 10010 110001 1101011 1010011 110110 0 111010 11011011 1000111 11001

Color Harmonies of #12316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12316B

Black with #12316B

Text Example


Text Example

White with #12316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12316B; }

 p { color: rgb(18,49,107); }

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

background-color css

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

 a { background-color: rgb(18,49,107); }

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

border-color css

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

 span { border-color: rgb(18,49,107); }

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