Html Css Color HEX #122C6F Sapphire

📋 copy color: '#122C6F'

red 18 ◦ green 44 ◦ blue 111

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

Shades of Sapphire #122C6F

Tints of Sapphire #122C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.16%

R = 10.4%
G = 25.43%
B = 64.16%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122C6F (or 0x122C6F) is known color: Sapphire. HEX triplet: 12, 2C and 6F. RGB value is (18,44,111). Sum of RGB (Red+Green+Blue) = 18+44+111=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #122C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C6F is #EDD390. Grayscale: #2B2B2B. Windows color (decimal): -15586193 or 7285778. OLE color: 7285778.

HSL color Cylindrical-coordinate representation of color #122C6F: hue angle of 223.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122C6F is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 44 111 -
CMYK 0.84 0.60 0 0.56
HSL 223.23º 0.72% 0.25% -
HSV(B) 223.23º 0.84% 0.44% -
XYZ 4.02 3.08 15.42 -
YUV 43.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 18 44 111 0.84 0.60 0 0.56 223.23 0.72 0.25
Hex 12 2C 6F 54 3C 0 38 DF 48 19
Octal 22 54 157 124 74 0 70 337 110 31
Binary 10010 101100 1101111 1010100 111100 0 111000 11011111 1001000 11001

Color Harmonies of #122C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C6F

Black with #122C6F

Text Example


Text Example

White with #122C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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