Html Css Color HEX #12315F Sapphire

📋 copy color: '#12315F'

red 18 ◦ green 49 ◦ blue 95

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

Shades of Sapphire #12315F

Tints of Sapphire #12315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 11.11%
G = 30.25%
B = 58.64%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12315F (or 0x12315F) is known color: Sapphire. HEX triplet: 12, 31 and 5F. RGB value is (18,49,95). Sum of RGB (Red+Green+Blue) = 18+49+95=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #12315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12315F is #EDCEA0. Grayscale: #2C2C2C. Windows color (decimal): -15584929 or 6238482. OLE color: 6238482.

HSL color Cylindrical-coordinate representation of color #12315F: hue angle of 215.84º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12315F is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 49 95 -
CMYK 0.81 0.48 0 0.63
HSL 215.84º 0.68% 0.22% -
HSV(B) 215.84º 0.81% 0.37% -
XYZ 3.41 3.15 11.25 -
YUV 44.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 18 49 95 0.81 0.48 0 0.63 215.84 0.68 0.22
Hex 12 31 5F 51 30 0 3F D8 44 16
Octal 22 61 137 121 60 0 77 330 104 26
Binary 10010 110001 1011111 1010001 110000 0 111111 11011000 1000100 10110

Color Harmonies of #12315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12315F

Black with #12315F

Text Example


Text Example

White with #12315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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