Html Css Color HEX #122A71 Sapphire

📋 copy color: '#122A71'

red 18 ◦ green 42 ◦ blue 113

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

Shades of Sapphire #122A71

Tints of Sapphire #122A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 10.4%
G = 24.28%
B = 65.32%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122A71 (or 0x122A71) is known color: Sapphire. HEX triplet: 12, 2A and 71. RGB value is (18,42,113). Sum of RGB (Red+Green+Blue) = 18+42+113=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #122A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A71 is #EDD58E. Grayscale: #2A2A2A. Windows color (decimal): -15586703 or 7416338. OLE color: 7416338.

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

Color convert

RGB 18 42 113 -
CMYK 0.84 0.63 0 0.56
HSL 224.84º 0.73% 0.26% -
HSV(B) 224.84º 0.84% 0.44% -
XYZ 4.06 2.98 15.98 -
YUV 42.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 18 42 113 0.84 0.63 0 0.56 224.84 0.73 0.26
Hex 12 2A 71 54 3F 0 38 E1 49 1A
Octal 22 52 161 124 77 0 70 341 111 32
Binary 10010 101010 1110001 1010100 111111 0 111000 11100001 1001001 11010

Color Harmonies of #122A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A71

Black with #122A71

Text Example


Text Example

White with #122A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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