Html Css Color HEX #12286D Sapphire

📋 copy color: '#12286D'

red 18 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #12286D

Tints of Sapphire #12286D

RGB

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

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

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

R = 10.78%
G = 23.95%
B = 65.27%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12286D (or 0x12286D) is known color: Sapphire. HEX triplet: 12, 28 and 6D. RGB value is (18,40,109). Sum of RGB (Red+Green+Blue) = 18+40+109=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #12286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12286D is #EDD792. Grayscale: #282828. Windows color (decimal): -15587219 or 7153682. OLE color: 7153682.

HSL color Cylindrical-coordinate representation of color #12286D: hue angle of 225.49º 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 #12286D is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 40 109 -
CMYK 0.83 0.63 0 0.57
HSL 225.49º 0.72% 0.25% -
HSV(B) 225.49º 0.83% 0.43% -
XYZ 3.77 2.75 14.8 -
YUV 41.29 166.21 111.39 -
System Red Green Blue C M Y K H S L
Decimal 18 40 109 0.83 0.63 0 0.57 225.49 0.72 0.25
Hex 12 28 6D 53 3F 0 39 E1 48 19
Octal 22 50 155 123 77 0 71 341 110 31
Binary 10010 101000 1101101 1010011 111111 0 111001 11100001 1001000 11001

Color Harmonies of #12286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12286D

Black with #12286D

Text Example


Text Example

White with #12286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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