Html Css Color HEX #12265D Sapphire

📋 copy color: '#12265D'

red 18 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #12265D

Tints of Sapphire #12265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

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

R = 12.08%
G = 25.5%
B = 62.42%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12265D (or 0x12265D) is known color: Sapphire. HEX triplet: 12, 26 and 5D. RGB value is (18,38,93). Sum of RGB (Red+Green+Blue) = 18+38+93=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #12265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265D is #EDD9A2. Grayscale: #262626. Windows color (decimal): -15587747 or 6104594. OLE color: 6104594.

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

Color convert

RGB 18 38 93 -
CMYK 0.81 0.59 0 0.64
HSL 224º 0.68% 0.22% -
HSV(B) 224º 0.81% 0.36% -
XYZ 2.92 2.31 10.65 -
YUV 38.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 18 38 93 0.81 0.59 0 0.64 224 0.68 0.22
Hex 12 26 5D 51 3B 0 40 E0 44 16
Octal 22 46 135 121 73 0 100 340 104 26
Binary 10010 100110 1011101 1010001 111011 0 1000000 11100000 1000100 10110

Color Harmonies of #12265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12265D

Black with #12265D

Text Example


Text Example

White with #12265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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