Html Css Color HEX #122B74 Sapphire

📋 copy color: '#122B74'

red 18 ◦ green 43 ◦ blue 116

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

Shades of Sapphire #122B74

Tints of Sapphire #122B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 10.17%
G = 24.29%
B = 65.54%

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

#122B74 (or 0x122B74) is known color: Sapphire. HEX triplet: 12, 2B and 74. RGB value is (18,43,116). Sum of RGB (Red+Green+Blue) = 18+43+116=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #122B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B74 is #EDD48B. Grayscale: #2B2B2B. Windows color (decimal): -15586444 or 7613202. OLE color: 7613202.

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

Color convert

RGB 18 43 116 -
CMYK 0.84 0.63 0 0.55
HSL 224.69º 0.73% 0.26% -
HSV(B) 224.69º 0.84% 0.45% -
XYZ 4.27 3.12 16.9 -
YUV 43.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 18 43 116 0.84 0.63 0 0.55 224.69 0.73 0.26
Hex 12 2B 74 54 3F 0 37 E1 49 1A
Octal 22 53 164 124 77 0 67 341 111 32
Binary 10010 101011 1110100 1010100 111111 0 110111 11100001 1001001 11010

Color Harmonies of #122B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B74

Black with #122B74

Text Example


Text Example

White with #122B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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