Html Css Color HEX #12275A Sapphire

📋 copy color: '#12275A'

red 18 ◦ green 39 ◦ blue 90

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

Shades of Sapphire #12275A

Tints of Sapphire #12275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

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

R = 12.24%
G = 26.53%
B = 61.22%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12275A (or 0x12275A) is known color: Sapphire. HEX triplet: 12, 27 and 5A. RGB value is (18,39,90). Sum of RGB (Red+Green+Blue) = 18+39+90=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #12275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275A is #EDD8A5. Grayscale: #262626. Windows color (decimal): -15587494 or 5908242. OLE color: 5908242.

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

Color convert

RGB 18 39 90 -
CMYK 0.80 0.57 0 0.65
HSL 222.5º 0.67% 0.21% -
HSV(B) 222.5º 0.8% 0.35% -
XYZ 2.82 2.32 9.97 -
YUV 38.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 18 39 90 0.80 0.57 0 0.65 222.5 0.67 0.21
Hex 12 27 5A 50 39 0 41 DE 43 15
Octal 22 47 132 120 71 0 101 336 103 25
Binary 10010 100111 1011010 1010000 111001 0 1000001 11011110 1000011 10101

Color Harmonies of #12275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12275A

Black with #12275A

Text Example


Text Example

White with #12275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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