Html Css Color HEX #122062 Sapphire

📋 copy color: '#122062'

red 18 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #122062

Tints of Sapphire #122062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

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

R = 12.16%
G = 21.62%
B = 66.22%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122062 (or 0x122062) is known color: Sapphire. HEX triplet: 12, 20 and 62. RGB value is (18,32,98). Sum of RGB (Red+Green+Blue) = 18+32+98=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #122062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122062 is #EDDF9D. Grayscale: #232323. Windows color (decimal): -15589278 or 6430738. OLE color: 6430738.

HSL color Cylindrical-coordinate representation of color #122062: hue angle of 229.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 #122062 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 32 98 -
CMYK 0.82 0.67 0 0.62
HSL 229.5º 0.69% 0.23% -
HSV(B) 229.5º 0.82% 0.38% -
XYZ 2.97 2.04 11.79 -
YUV 35.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 18 32 98 0.82 0.67 0 0.62 229.5 0.69 0.23
Hex 12 20 62 52 43 0 3E E6 45 17
Octal 22 40 142 122 103 0 76 346 105 27
Binary 10010 100000 1100010 1010010 1000011 0 111110 11100110 1000101 10111

Color Harmonies of #122062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122062

Black with #122062

Text Example


Text Example

White with #122062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122062; }

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

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

background-color css

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

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

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

border-color css

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

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

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