Html Css Color HEX #12287C Sapphire

📋 copy color: '#12287C'

red 18 ◦ green 40 ◦ blue 124

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

Shades of Sapphire #12287C

Tints of Sapphire #12287C

RGB

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

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

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

R = 9.89%
G = 21.98%
B = 68.13%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12287C (or 0x12287C) is known color: Sapphire. HEX triplet: 12, 28 and 7C. RGB value is (18,40,124). Sum of RGB (Red+Green+Blue) = 18+40+124=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #12287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287C is #EDD783. Grayscale: #2A2A2A. Windows color (decimal): -15587204 or 8136722. OLE color: 8136722.

HSL color Cylindrical-coordinate representation of color #12287C: hue angle of 227.55º 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 #12287C is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 40 124 -
CMYK 0.85 0.68 0 0.51
HSL 227.55º 0.75% 0.28% -
HSV(B) 227.55º 0.85% 0.49% -
XYZ 4.65 3.1 19.42 -
YUV 43 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 18 40 124 0.85 0.68 0 0.51 227.55 0.75 0.28
Hex 12 28 7C 55 44 0 33 E4 4B 1C
Octal 22 50 174 125 104 0 63 344 113 34
Binary 10010 101000 1111100 1010101 1000100 0 110011 11100100 1001011 11100

Color Harmonies of #12287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12287C

Black with #12287C

Text Example


Text Example

White with #12287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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