Html Css Color HEX #12245B Sapphire

📋 copy color: '#12245B'

red 18 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #12245B

Tints of Sapphire #12245B

RGB

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

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

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

R = 12.41%
G = 24.83%
B = 62.76%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12245B (or 0x12245B) is known color: Sapphire. HEX triplet: 12, 24 and 5B. RGB value is (18,36,91). Sum of RGB (Red+Green+Blue) = 18+36+91=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #12245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12245B is #EDDBA4. Grayscale: #242424. Windows color (decimal): -15588261 or 5973010. OLE color: 5973010.

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

Color convert

RGB 18 36 91 -
CMYK 0.80 0.60 0 0.64
HSL 225.21º 0.67% 0.21% -
HSV(B) 225.21º 0.8% 0.36% -
XYZ 2.77 2.15 10.17 -
YUV 36.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 18 36 91 0.80 0.60 0 0.64 225.21 0.67 0.21
Hex 12 24 5B 50 3C 0 40 E1 43 15
Octal 22 44 133 120 74 0 100 341 103 25
Binary 10010 100100 1011011 1010000 111100 0 1000000 11100001 1000011 10101

Color Harmonies of #12245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12245B

Black with #12245B

Text Example


Text Example

White with #12245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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