Html Css Color HEX #122475 Sapphire

📋 copy color: '#122475'

red 18 ◦ green 36 ◦ blue 117

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

Shades of Sapphire #122475

Tints of Sapphire #122475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 10.53%
G = 21.05%
B = 68.42%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#122475 (or 0x122475) is known color: Sapphire. HEX triplet: 12, 24 and 75. RGB value is (18,36,117). Sum of RGB (Red+Green+Blue) = 18+36+117=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #122475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122475 is #EDDB8A. Grayscale: #272727. Windows color (decimal): -15588235 or 7676946. OLE color: 7676946.

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

Color convert

RGB 18 36 117 -
CMYK 0.85 0.69 0 0.54
HSL 229.09º 0.73% 0.26% -
HSV(B) 229.09º 0.85% 0.46% -
XYZ 4.09 2.67 17.13 -
YUV 39.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 18 36 117 0.85 0.69 0 0.54 229.09 0.73 0.26
Hex 12 24 75 55 45 0 36 E5 49 1A
Octal 22 44 165 125 105 0 66 345 111 32
Binary 10010 100100 1110101 1010101 1000101 0 110110 11100101 1001001 11010

Color Harmonies of #122475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122475

Black with #122475

Text Example


Text Example

White with #122475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122475; }

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

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

background-color css

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

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

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

border-color css

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

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

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