Html Css Color HEX #12245D Sapphire

📋 copy color: '#12245D'

red 18 ◦ green 36 ◦ blue 93

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

Shades of Sapphire #12245D

Tints of Sapphire #12245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 12.24%
G = 24.49%
B = 63.27%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12245D (or 0x12245D) is known color: Sapphire. HEX triplet: 12, 24 and 5D. RGB value is (18,36,93). Sum of RGB (Red+Green+Blue) = 18+36+93=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #12245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12245D is #EDDBA2. Grayscale: #242424. Windows color (decimal): -15588259 or 6104082. OLE color: 6104082.

HSL color Cylindrical-coordinate representation of color #12245D: hue angle of 225.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12245D is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 36 93 -
CMYK 0.81 0.61 0 0.64
HSL 225.6º 0.68% 0.22% -
HSV(B) 225.6º 0.81% 0.36% -
XYZ 2.86 2.18 10.63 -
YUV 37.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 18 36 93 0.81 0.61 0 0.64 225.6 0.68 0.22
Hex 12 24 5D 51 3D 0 40 E2 44 16
Octal 22 44 135 121 75 0 100 342 104 26
Binary 10010 100100 1011101 1010001 111101 0 1000000 11100010 1000100 10110

Color Harmonies of #12245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12245D

Black with #12245D

Text Example


Text Example

White with #12245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12245D; }

 p { color: rgb(18,36,93); }

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

background-color css

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

 a { background-color: rgb(18,36,93); }

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

border-color css

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

 span { border-color: rgb(18,36,93); }

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