Html Css Color HEX #12265B Sapphire

📋 copy color: '#12265B'

red 18 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #12265B

Tints of Sapphire #12265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 12.24%
G = 25.85%
B = 61.9%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12265B (or 0x12265B) is known color: Sapphire. HEX triplet: 12, 26 and 5B. RGB value is (18,38,91). Sum of RGB (Red+Green+Blue) = 18+38+91=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #12265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265B is #EDD9A4. Grayscale: #252525. Windows color (decimal): -15587749 or 5973522. OLE color: 5973522.

HSL color Cylindrical-coordinate representation of color #12265B: hue angle of 223.56º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12265B is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 38 91 -
CMYK 0.80 0.58 0 0.64
HSL 223.56º 0.67% 0.21% -
HSV(B) 223.56º 0.8% 0.36% -
XYZ 2.83 2.27 10.19 -
YUV 38.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 18 38 91 0.80 0.58 0 0.64 223.56 0.67 0.21
Hex 12 26 5B 50 3A 0 40 E0 43 15
Octal 22 46 133 120 72 0 100 340 103 25
Binary 10010 100110 1011011 1010000 111010 0 1000000 11100000 1000011 10101

Color Harmonies of #12265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12265B

Black with #12265B

Text Example


Text Example

White with #12265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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