Html Css Color HEX #12287D Sapphire

📋 copy color: '#12287D'

red 18 ◦ green 40 ◦ blue 125

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

Shades of Sapphire #12287D

Tints of Sapphire #12287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 9.84%
G = 21.86%
B = 68.31%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12287D (or 0x12287D) is known color: Sapphire. HEX triplet: 12, 28 and 7D. RGB value is (18,40,125). Sum of RGB (Red+Green+Blue) = 18+40+125=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #12287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287D is #EDD782. Grayscale: #2A2A2A. Windows color (decimal): -15587203 or 8202258. OLE color: 8202258.

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

Color convert

RGB 18 40 125 -
CMYK 0.86 0.68 0 0.51
HSL 227.66º 0.75% 0.28% -
HSV(B) 227.66º 0.86% 0.49% -
XYZ 4.71 3.13 19.76 -
YUV 43.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 18 40 125 0.86 0.68 0 0.51 227.66 0.75 0.28
Hex 12 28 7D 56 44 0 33 E4 4B 1C
Octal 22 50 175 126 104 0 63 344 113 34
Binary 10010 101000 1111101 1010110 1000100 0 110011 11100100 1001011 11100

Color Harmonies of #12287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12287D

Black with #12287D

Text Example


Text Example

White with #12287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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