Html Css Color HEX #122D7C Sapphire

📋 copy color: '#122D7C'

red 18 ◦ green 45 ◦ blue 124

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

Shades of Sapphire #122D7C

Tints of Sapphire #122D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

 BLUE value IS 124 (48.83% from 255) = 66.31%

R = 9.63%
G = 24.06%
B = 66.31%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#122D7C (or 0x122D7C) is known color: Sapphire. HEX triplet: 12, 2D and 7C. RGB value is (18,45,124). Sum of RGB (Red+Green+Blue) = 18+45+124=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #122D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D7C is #EDD283. Grayscale: #2D2D2D. Windows color (decimal): -15585924 or 8138002. OLE color: 8138002.

HSL color Cylindrical-coordinate representation of color #122D7C: hue angle of 224.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122D7C is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 45 124 -
CMYK 0.85 0.64 0 0.51
HSL 224.72º 0.75% 0.28% -
HSV(B) 224.72º 0.85% 0.49% -
XYZ 4.83 3.46 19.48 -
YUV 45.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 18 45 124 0.85 0.64 0 0.51 224.72 0.75 0.28
Hex 12 2D 7C 55 40 0 33 E1 4B 1C
Octal 22 55 174 125 100 0 63 341 113 34
Binary 10010 101101 1111100 1010101 1000000 0 110011 11100001 1001011 11100

Color Harmonies of #122D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D7C

Black with #122D7C

Text Example


Text Example

White with #122D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,45,124); }

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

background-color css

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

 a { background-color: rgb(18,45,124); }

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

border-color css

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

 span { border-color: rgb(18,45,124); }

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