Html Css Color HEX #122770 Sapphire

📋 copy color: '#122770'

red 18 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #122770

Tints of Sapphire #122770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 66.27%

R = 10.65%
G = 23.08%
B = 66.27%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122770 (or 0x122770) is known color: Sapphire. HEX triplet: 12, 27 and 70. RGB value is (18,39,112). Sum of RGB (Red+Green+Blue) = 18+39+112=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #122770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122770 is #EDD88F. Grayscale: #282828. Windows color (decimal): -15587472 or 7350034. OLE color: 7350034.

HSL color Cylindrical-coordinate representation of color #122770: hue angle of 226.6º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122770 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 39 112 -
CMYK 0.84 0.65 0 0.56
HSL 226.6º 0.72% 0.25% -
HSV(B) 226.6º 0.84% 0.44% -
XYZ 3.9 2.75 15.65 -
YUV 41.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 18 39 112 0.84 0.65 0 0.56 226.6 0.72 0.25
Hex 12 27 70 54 41 0 38 E3 48 19
Octal 22 47 160 124 101 0 70 343 110 31
Binary 10010 100111 1110000 1010100 1000001 0 111000 11100011 1001000 11001

Color Harmonies of #122770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122770

Black with #122770

Text Example


Text Example

White with #122770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122770; }

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

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

background-color css

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

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

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

border-color css

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

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

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