Html Css Color HEX #12255A Sapphire

📋 copy color: '#12255A'

red 18 ◦ green 37 ◦ blue 90

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

Shades of Sapphire #12255A

Tints of Sapphire #12255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 12.41%
G = 25.52%
B = 62.07%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12255A (or 0x12255A) is known color: Sapphire. HEX triplet: 12, 25 and 5A. RGB value is (18,37,90). Sum of RGB (Red+Green+Blue) = 18+37+90=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #12255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12255A is #EDDAA5. Grayscale: #252525. Windows color (decimal): -15588006 or 5907730. OLE color: 5907730.

HSL color Cylindrical-coordinate representation of color #12255A: hue angle of 224.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12255A is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 37 90 -
CMYK 0.80 0.59 0 0.65
HSL 224.17º 0.67% 0.21% -
HSV(B) 224.17º 0.8% 0.35% -
XYZ 2.76 2.19 9.95 -
YUV 37.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 18 37 90 0.80 0.59 0 0.65 224.17 0.67 0.21
Hex 12 25 5A 50 3B 0 41 E0 43 15
Octal 22 45 132 120 73 0 101 340 103 25
Binary 10010 100101 1011010 1010000 111011 0 1000001 11100000 1000011 10101

Color Harmonies of #12255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12255A

Black with #12255A

Text Example


Text Example

White with #12255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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