Html Css Color HEX #12296D Sapphire

📋 copy color: '#12296D'

red 18 ◦ green 41 ◦ blue 109

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

Shades of Sapphire #12296D

Tints of Sapphire #12296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 10.71%
G = 24.4%
B = 64.88%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12296D (or 0x12296D) is known color: Sapphire. HEX triplet: 12, 29 and 6D. RGB value is (18,41,109). Sum of RGB (Red+Green+Blue) = 18+41+109=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #12296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12296D is #EDD692. Grayscale: #292929. Windows color (decimal): -15586963 or 7153938. OLE color: 7153938.

HSL color Cylindrical-coordinate representation of color #12296D: hue angle of 224.84º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12296D is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 41 109 -
CMYK 0.83 0.62 0 0.57
HSL 224.84º 0.72% 0.25% -
HSV(B) 224.84º 0.83% 0.43% -
XYZ 3.8 2.82 14.81 -
YUV 41.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 18 41 109 0.83 0.62 0 0.57 224.84 0.72 0.25
Hex 12 29 6D 53 3E 0 39 E1 48 19
Octal 22 51 155 123 76 0 71 341 110 31
Binary 10010 101001 1101101 1010011 111110 0 111001 11100001 1001000 11001

Color Harmonies of #12296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12296D

Black with #12296D

Text Example


Text Example

White with #12296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12296D; }

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

 H1.HeaderClassName
 {
   color: #12296D;
 }
 .AnyTagClassName
 {
   color: #12296D;
 }
</style>

background-color css

<style>
 a { background-color: #12296D; }

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

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

border-color css

<style>
 span { border-color: #12296D; }

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

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