Html Css Color HEX #12316C Sapphire

📋 copy color: '#12316C'

red 18 ◦ green 49 ◦ blue 108

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

Shades of Sapphire #12316C

Tints of Sapphire #12316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.71%

R = 10.29%
G = 28%
B = 61.71%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12316C (or 0x12316C) is known color: Sapphire. HEX triplet: 12, 31 and 6C. RGB value is (18,49,108). Sum of RGB (Red+Green+Blue) = 18+49+108=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #12316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12316C is #EDCE93. Grayscale: #2E2E2E. Windows color (decimal): -15584916 or 7090450. OLE color: 7090450.

HSL color Cylindrical-coordinate representation of color #12316C: hue angle of 219.33º 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 #12316C is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 49 108 -
CMYK 0.83 0.55 0 0.58
HSL 219.33º 0.71% 0.25% -
HSV(B) 219.33º 0.83% 0.42% -
XYZ 4.05 3.41 14.63 -
YUV 46.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 18 49 108 0.83 0.55 0 0.58 219.33 0.71 0.25
Hex 12 31 6C 53 37 0 3A DB 47 19
Octal 22 61 154 123 67 0 72 333 107 31
Binary 10010 110001 1101100 1010011 110111 0 111010 11011011 1000111 11001

Color Harmonies of #12316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12316C

Black with #12316C

Text Example


Text Example

White with #12316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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