Html Css Color HEX #12255D Sapphire

📋 copy color: '#12255D'

red 18 ◦ green 37 ◦ blue 93

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

Shades of Sapphire #12255D

Tints of Sapphire #12255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25%

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

R = 12.16%
G = 25%
B = 62.84%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12255D (or 0x12255D) is known color: Sapphire. HEX triplet: 12, 25 and 5D. RGB value is (18,37,93). Sum of RGB (Red+Green+Blue) = 18+37+93=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #12255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12255D is #EDDAA2. Grayscale: #252525. Windows color (decimal): -15588003 or 6104338. OLE color: 6104338.

HSL color Cylindrical-coordinate representation of color #12255D: hue angle of 224.8º 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 #12255D is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 37 93 -
CMYK 0.81 0.60 0 0.64
HSL 224.8º 0.68% 0.22% -
HSV(B) 224.8º 0.81% 0.36% -
XYZ 2.89 2.24 10.64 -
YUV 37.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 18 37 93 0.81 0.60 0 0.64 224.8 0.68 0.22
Hex 12 25 5D 51 3C 0 40 E1 44 16
Octal 22 45 135 121 74 0 100 341 104 26
Binary 10010 100101 1011101 1010001 111100 0 1000000 11100001 1000100 10110

Color Harmonies of #12255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12255D

Black with #12255D

Text Example


Text Example

White with #12255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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