Html Css Color HEX #122A61 Sapphire

📋 copy color: '#122A61'

red 18 ◦ green 42 ◦ blue 97

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

Shades of Sapphire #122A61

Tints of Sapphire #122A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 61.78%

R = 11.46%
G = 26.75%
B = 61.78%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122A61 (or 0x122A61) is known color: Sapphire. HEX triplet: 12, 2A and 61. RGB value is (18,42,97). Sum of RGB (Red+Green+Blue) = 18+42+97=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #122A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A61 is #EDD59E. Grayscale: #282828. Windows color (decimal): -15586719 or 6367762. OLE color: 6367762.

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

Color convert

RGB 18 42 97 -
CMYK 0.81 0.57 0 0.62
HSL 221.77º 0.69% 0.23% -
HSV(B) 221.77º 0.81% 0.38% -
XYZ 3.24 2.65 11.65 -
YUV 41.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 18 42 97 0.81 0.57 0 0.62 221.77 0.69 0.23
Hex 12 2A 61 51 39 0 3E DE 45 17
Octal 22 52 141 121 71 0 76 336 105 27
Binary 10010 101010 1100001 1010001 111001 0 111110 11011110 1000101 10111

Color Harmonies of #122A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A61

Black with #122A61

Text Example


Text Example

White with #122A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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