Html Css Color HEX #122862 Sapphire

📋 copy color: '#122862'

red 18 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #122862

Tints of Sapphire #122862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.82%

R = 11.54%
G = 25.64%
B = 62.82%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122862 (or 0x122862) is known color: Sapphire. HEX triplet: 12, 28 and 62. RGB value is (18,40,98). Sum of RGB (Red+Green+Blue) = 18+40+98=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #122862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122862 is #EDD79D. Grayscale: #272727. Windows color (decimal): -15587230 or 6432786. OLE color: 6432786.

HSL color Cylindrical-coordinate representation of color #122862: hue angle of 223.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122862 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 40 98 -
CMYK 0.82 0.59 0 0.62
HSL 223.5º 0.69% 0.23% -
HSV(B) 223.5º 0.82% 0.38% -
XYZ 3.21 2.53 11.87 -
YUV 40.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 18 40 98 0.82 0.59 0 0.62 223.5 0.69 0.23
Hex 12 28 62 52 3B 0 3E E0 45 17
Octal 22 50 142 122 73 0 76 340 105 27
Binary 10010 101000 1100010 1010010 111011 0 111110 11100000 1000101 10111

Color Harmonies of #122862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122862

Black with #122862

Text Example


Text Example

White with #122862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122862; }

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

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

background-color css

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

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

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

border-color css

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

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

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