Html Css Color HEX #12285A Sapphire

📋 copy color: '#12285A'

red 18 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #12285A

Tints of Sapphire #12285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

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

R = 12.16%
G = 27.03%
B = 60.81%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12285A (or 0x12285A) is known color: Sapphire. HEX triplet: 12, 28 and 5A. RGB value is (18,40,90). Sum of RGB (Red+Green+Blue) = 18+40+90=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #12285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12285A is #EDD7A5. Grayscale: #262626. Windows color (decimal): -15587238 or 5908498. OLE color: 5908498.

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

Color convert

RGB 18 40 90 -
CMYK 0.80 0.56 0 0.65
HSL 221.67º 0.67% 0.21% -
HSV(B) 221.67º 0.8% 0.35% -
XYZ 2.85 2.38 9.98 -
YUV 39.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 18 40 90 0.80 0.56 0 0.65 221.67 0.67 0.21
Hex 12 28 5A 50 38 0 41 DE 43 15
Octal 22 50 132 120 70 0 101 336 103 25
Binary 10010 101000 1011010 1010000 111000 0 1000001 11011110 1000011 10101

Color Harmonies of #12285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12285A

Black with #12285A

Text Example


Text Example

White with #12285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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