Html Css Color HEX #122A72 Sapphire

📋 copy color: '#122A72'

red 18 ◦ green 42 ◦ blue 114

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

Shades of Sapphire #122A72

Tints of Sapphire #122A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.52%

R = 10.34%
G = 24.14%
B = 65.52%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122A72 (or 0x122A72) is known color: Sapphire. HEX triplet: 12, 2A and 72. RGB value is (18,42,114). Sum of RGB (Red+Green+Blue) = 18+42+114=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #122A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A72 is #EDD58D. Grayscale: #2A2A2A. Windows color (decimal): -15586702 or 7481874. OLE color: 7481874.

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

Color convert

RGB 18 42 114 -
CMYK 0.84 0.63 0 0.55
HSL 225º 0.73% 0.26% -
HSV(B) 225º 0.84% 0.45% -
XYZ 4.11 3 16.28 -
YUV 43.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 18 42 114 0.84 0.63 0 0.55 225 0.73 0.26
Hex 12 2A 72 54 3F 0 37 E1 49 1A
Octal 22 52 162 124 77 0 67 341 111 32
Binary 10010 101010 1110010 1010100 111111 0 110111 11100001 1001001 11010

Color Harmonies of #122A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A72

Black with #122A72

Text Example


Text Example

White with #122A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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