Html Css Color HEX #122B60 Sapphire

📋 copy color: '#122B60'

red 18 ◦ green 43 ◦ blue 96

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

Shades of Sapphire #122B60

Tints of Sapphire #122B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.39%

 BLUE value IS 96 (37.89% from 255) = 61.15%

R = 11.46%
G = 27.39%
B = 61.15%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122B60 (or 0x122B60) is known color: Sapphire. HEX triplet: 12, 2B and 60. RGB value is (18,43,96). Sum of RGB (Red+Green+Blue) = 18+43+96=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #122B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B60 is #EDD49F. Grayscale: #292929. Windows color (decimal): -15586464 or 6302482. OLE color: 6302482.

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

Color convert

RGB 18 43 96 -
CMYK 0.81 0.55 0 0.62
HSL 220.77º 0.68% 0.22% -
HSV(B) 220.77º 0.81% 0.38% -
XYZ 3.22 2.7 11.42 -
YUV 41.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 18 43 96 0.81 0.55 0 0.62 220.77 0.68 0.22
Hex 12 2B 60 51 37 0 3E DD 44 16
Octal 22 53 140 121 67 0 76 335 104 26
Binary 10010 101011 1100000 1010001 110111 0 111110 11011101 1000100 10110

Color Harmonies of #122B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B60

Black with #122B60

Text Example


Text Example

White with #122B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,96); }

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

background-color css

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

 a { background-color: rgb(18,43,96); }

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

border-color css

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

 span { border-color: rgb(18,43,96); }

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