Html Css Color HEX #12287B Sapphire

📋 copy color: '#12287B'

red 18 ◦ green 40 ◦ blue 123

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

Shades of Sapphire #12287B

Tints of Sapphire #12287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 9.94%
G = 22.1%
B = 67.96%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12287B (or 0x12287B) is known color: Sapphire. HEX triplet: 12, 28 and 7B. RGB value is (18,40,123). Sum of RGB (Red+Green+Blue) = 18+40+123=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #12287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287B is #EDD784. Grayscale: #2A2A2A. Windows color (decimal): -15587205 or 8071186. OLE color: 8071186.

HSL color Cylindrical-coordinate representation of color #12287B: hue angle of 227.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12287B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 40 123 -
CMYK 0.85 0.67 0 0.52
HSL 227.43º 0.74% 0.28% -
HSV(B) 227.43º 0.85% 0.48% -
XYZ 4.58 3.08 19.09 -
YUV 42.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 18 40 123 0.85 0.67 0 0.52 227.43 0.74 0.28
Hex 12 28 7B 55 43 0 34 E3 4A 1C
Octal 22 50 173 125 103 0 64 343 112 34
Binary 10010 101000 1111011 1010101 1000011 0 110100 11100011 1001010 11100

Color Harmonies of #12287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12287B

Black with #12287B

Text Example


Text Example

White with #12287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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