Html Css Color HEX #122762 Sapphire

📋 copy color: '#122762'

red 18 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #122762

Tints of Sapphire #122762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

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

R = 11.61%
G = 25.16%
B = 63.23%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122762 (or 0x122762) is known color: Sapphire. HEX triplet: 12, 27 and 62. RGB value is (18,39,98). Sum of RGB (Red+Green+Blue) = 18+39+98=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #122762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122762 is #EDD89D. Grayscale: #272727. Windows color (decimal): -15587486 or 6432530. OLE color: 6432530.

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

Color convert

RGB 18 39 98 -
CMYK 0.82 0.60 0 0.62
HSL 224.25º 0.69% 0.23% -
HSV(B) 224.25º 0.82% 0.38% -
XYZ 3.18 2.46 11.86 -
YUV 39.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 18 39 98 0.82 0.60 0 0.62 224.25 0.69 0.23
Hex 12 27 62 52 3C 0 3E E0 45 17
Octal 22 47 142 122 74 0 76 340 105 27
Binary 10010 100111 1100010 1010010 111100 0 111110 11100000 1000101 10111

Color Harmonies of #122762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122762

Black with #122762

Text Example


Text Example

White with #122762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122762; }

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

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

background-color css

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

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

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

border-color css

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

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

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