Html Css Color HEX #122A60 Sapphire

📋 copy color: '#122A60'

red 18 ◦ green 42 ◦ blue 96

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

Shades of Sapphire #122A60

Tints of Sapphire #122A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.92%

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

R = 11.54%
G = 26.92%
B = 61.54%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122A60 (or 0x122A60) is known color: Sapphire. HEX triplet: 12, 2A and 60. RGB value is (18,42,96). Sum of RGB (Red+Green+Blue) = 18+42+96=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #122A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A60 is #EDD59F. Grayscale: #282828. Windows color (decimal): -15586720 or 6302226. OLE color: 6302226.

HSL color Cylindrical-coordinate representation of color #122A60: hue angle of 221.54º 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 #122A60 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 42 96 -
CMYK 0.81 0.56 0 0.62
HSL 221.54º 0.68% 0.22% -
HSV(B) 221.54º 0.81% 0.38% -
XYZ 3.19 2.63 11.41 -
YUV 40.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 18 42 96 0.81 0.56 0 0.62 221.54 0.68 0.22
Hex 12 2A 60 51 38 0 3E DE 44 16
Octal 22 52 140 121 70 0 76 336 104 26
Binary 10010 101010 1100000 1010001 111000 0 111110 11011110 1000100 10110

Color Harmonies of #122A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A60

Black with #122A60

Text Example


Text Example

White with #122A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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