Html Css Color HEX #122B73 Sapphire

📋 copy color: '#122B73'

red 18 ◦ green 43 ◦ blue 115

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

Shades of Sapphire #122B73

Tints of Sapphire #122B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 65.34%

R = 10.23%
G = 24.43%
B = 65.34%

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

#122B73 (or 0x122B73) is known color: Sapphire. HEX triplet: 12, 2B and 73. RGB value is (18,43,115). Sum of RGB (Red+Green+Blue) = 18+43+115=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #122B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B73 is #EDD48C. Grayscale: #2B2B2B. Windows color (decimal): -15586445 or 7547666. OLE color: 7547666.

HSL color Cylindrical-coordinate representation of color #122B73: hue angle of 224.54º 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 #122B73 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 43 115 -
CMYK 0.84 0.63 0 0.55
HSL 224.54º 0.73% 0.26% -
HSV(B) 224.54º 0.84% 0.45% -
XYZ 4.21 3.09 16.6 -
YUV 43.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 18 43 115 0.84 0.63 0 0.55 224.54 0.73 0.26
Hex 12 2B 73 54 3F 0 37 E1 49 1A
Octal 22 53 163 124 77 0 67 341 111 32
Binary 10010 101011 1110011 1010100 111111 0 110111 11100001 1001001 11010

Color Harmonies of #122B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B73

Black with #122B73

Text Example


Text Example

White with #122B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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