Html Css Color HEX #122775 Sapphire

📋 copy color: '#122775'

red 18 ◦ green 39 ◦ blue 117

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

Shades of Sapphire #122775

Tints of Sapphire #122775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 10.34%
G = 22.41%
B = 67.24%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#122775 (or 0x122775) is known color: Sapphire. HEX triplet: 12, 27 and 75. RGB value is (18,39,117). Sum of RGB (Red+Green+Blue) = 18+39+117=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #122775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122775 is #EDD88A. Grayscale: #292929. Windows color (decimal): -15587467 or 7677714. OLE color: 7677714.

HSL color Cylindrical-coordinate representation of color #122775: hue angle of 227.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122775 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 39 117 -
CMYK 0.85 0.67 0 0.54
HSL 227.27º 0.73% 0.26% -
HSV(B) 227.27º 0.85% 0.46% -
XYZ 4.19 2.86 17.16 -
YUV 41.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 18 39 117 0.85 0.67 0 0.54 227.27 0.73 0.26
Hex 12 27 75 55 43 0 36 E3 49 1A
Octal 22 47 165 125 103 0 66 343 111 32
Binary 10010 100111 1110101 1010101 1000011 0 110110 11100011 1001001 11010

Color Harmonies of #122775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122775

Black with #122775

Text Example


Text Example

White with #122775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122775; }

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

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

background-color css

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

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

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

border-color css

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

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

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