Html Css Color HEX #12327C Sapphire

📋 copy color: '#12327C'

red 18 ◦ green 50 ◦ blue 124

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

Shades of Sapphire #12327C

Tints of Sapphire #12327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 9.38%
G = 26.04%
B = 64.58%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12327C (or 0x12327C) is known color: Sapphire. HEX triplet: 12, 32 and 7C. RGB value is (18,50,124). Sum of RGB (Red+Green+Blue) = 18+50+124=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #12327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12327C is #EDCD83. Grayscale: #303030. Windows color (decimal): -15584644 or 8139282. OLE color: 8139282.

HSL color Cylindrical-coordinate representation of color #12327C: hue angle of 221.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12327C is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 50 124 -
CMYK 0.85 0.60 0 0.51
HSL 221.89º 0.75% 0.28% -
HSV(B) 221.89º 0.85% 0.49% -
XYZ 5.03 3.87 19.55 -
YUV 48.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 18 50 124 0.85 0.60 0 0.51 221.89 0.75 0.28
Hex 12 32 7C 55 3C 0 33 DE 4B 1C
Octal 22 62 174 125 74 0 63 336 113 34
Binary 10010 110010 1111100 1010101 111100 0 110011 11011110 1001011 11100

Color Harmonies of #12327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12327C

Black with #12327C

Text Example


Text Example

White with #12327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12327C; }

 p { color: rgb(18,50,124); }

 H1.HeaderClassName
 {
   color: #12327C;
 }
 .AnyTagClassName
 {
   color: #12327C;
 }
</style>

background-color css

<style>
 a { background-color: #12327C; }

 a { background-color: rgb(18,50,124); }

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

border-color css

<style>
 span { border-color: #12327C; }

 span { border-color: rgb(18,50,124); }

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