Html Css Color HEX #122C5D Sapphire

📋 copy color: '#122C5D'

red 18 ◦ green 44 ◦ blue 93

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

Shades of Sapphire #122C5D

Tints of Sapphire #122C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.39%

 BLUE value IS 93 (36.72% from 255) = 60%

R = 11.61%
G = 28.39%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#122C5D (or 0x122C5D) is known color: Sapphire. HEX triplet: 12, 2C and 5D. RGB value is (18,44,93). Sum of RGB (Red+Green+Blue) = 18+44+93=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #122C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C5D is #EDD3A2. Grayscale: #292929. Windows color (decimal): -15586211 or 6106130. OLE color: 6106130.

HSL color Cylindrical-coordinate representation of color #122C5D: hue angle of 219.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122C5D is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 44 93 -
CMYK 0.81 0.53 0 0.64
HSL 219.2º 0.68% 0.22% -
HSV(B) 219.2º 0.81% 0.36% -
XYZ 3.13 2.72 10.72 -
YUV 41.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 18 44 93 0.81 0.53 0 0.64 219.2 0.68 0.22
Hex 12 2C 5D 51 35 0 40 DB 44 16
Octal 22 54 135 121 65 0 100 333 104 26
Binary 10010 101100 1011101 1010001 110101 0 1000000 11011011 1000100 10110

Color Harmonies of #122C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C5D

Black with #122C5D

Text Example


Text Example

White with #122C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122C5D; }

 p { color: rgb(18,44,93); }

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

background-color css

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

 a { background-color: rgb(18,44,93); }

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

border-color css

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

 span { border-color: rgb(18,44,93); }

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