Html Css Color HEX #122875 Sapphire

📋 copy color: '#122875'

red 18 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #122875

Tints of Sapphire #122875

RGB

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

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

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

R = 10.29%
G = 22.86%
B = 66.86%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#122875 (or 0x122875) is known color: Sapphire. HEX triplet: 12, 28 and 75. RGB value is (18,40,117). Sum of RGB (Red+Green+Blue) = 18+40+117=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #122875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122875 is #EDD78A. Grayscale: #292929. Windows color (decimal): -15587211 or 7677970. OLE color: 7677970.

HSL color Cylindrical-coordinate representation of color #122875: hue angle of 226.67º 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 #122875 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 40 117 -
CMYK 0.85 0.66 0 0.54
HSL 226.67º 0.73% 0.26% -
HSV(B) 226.67º 0.85% 0.46% -
XYZ 4.22 2.93 17.17 -
YUV 42.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 18 40 117 0.85 0.66 0 0.54 226.67 0.73 0.26
Hex 12 28 75 55 42 0 36 E3 49 1A
Octal 22 50 165 125 102 0 66 343 111 32
Binary 10010 101000 1110101 1010101 1000010 0 110110 11100011 1001001 11010

Color Harmonies of #122875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122875

Black with #122875

Text Example


Text Example

White with #122875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122875; }

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

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

background-color css

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

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

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

border-color css

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

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

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