Html Css Color HEX #12295A Sapphire

📋 copy color: '#12295A'

red 18 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #12295A

Tints of Sapphire #12295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

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

R = 12.08%
G = 27.52%
B = 60.4%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12295A (or 0x12295A) is known color: Sapphire. HEX triplet: 12, 29 and 5A. RGB value is (18,41,90). Sum of RGB (Red+Green+Blue) = 18+41+90=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #12295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12295A is #EDD6A5. Grayscale: #272727. Windows color (decimal): -15586982 or 5908754. OLE color: 5908754.

HSL color Cylindrical-coordinate representation of color #12295A: hue angle of 220.83º 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 #12295A is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 41 90 -
CMYK 0.80 0.54 0 0.65
HSL 220.83º 0.67% 0.21% -
HSV(B) 220.83º 0.8% 0.35% -
XYZ 2.89 2.45 9.99 -
YUV 39.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 18 41 90 0.80 0.54 0 0.65 220.83 0.67 0.21
Hex 12 29 5A 50 36 0 41 DD 43 15
Octal 22 51 132 120 66 0 101 335 103 25
Binary 10010 101001 1011010 1010000 110110 0 1000001 11011101 1000011 10101

Color Harmonies of #12295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12295A

Black with #12295A

Text Example


Text Example

White with #12295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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