Html Css Color HEX #12235A Sapphire

📋 copy color: '#12235A'

red 18 ◦ green 35 ◦ blue 90

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

Shades of Sapphire #12235A

Tints of Sapphire #12235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

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

R = 12.59%
G = 24.48%
B = 62.94%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12235A (or 0x12235A) is known color: Sapphire. HEX triplet: 12, 23 and 5A. RGB value is (18,35,90). Sum of RGB (Red+Green+Blue) = 18+35+90=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #12235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12235A is #EDDCA5. Grayscale: #232323. Windows color (decimal): -15588518 or 5907218. OLE color: 5907218.

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

Color convert

RGB 18 35 90 -
CMYK 0.80 0.61 0 0.65
HSL 225.83º 0.67% 0.21% -
HSV(B) 225.83º 0.8% 0.35% -
XYZ 2.7 2.07 9.93 -
YUV 36.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 18 35 90 0.80 0.61 0 0.65 225.83 0.67 0.21
Hex 12 23 5A 50 3D 0 41 E2 43 15
Octal 22 43 132 120 75 0 101 342 103 25
Binary 10010 100011 1011010 1010000 111101 0 1000001 11100010 1000011 10101

Color Harmonies of #12235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12235A

Black with #12235A

Text Example


Text Example

White with #12235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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