Html Css Color HEX #122B71 Sapphire

📋 copy color: '#122B71'

red 18 ◦ green 43 ◦ blue 113

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

Shades of Sapphire #122B71

Tints of Sapphire #122B71

RGB

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

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

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

R = 10.34%
G = 24.71%
B = 64.94%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122B71 (or 0x122B71) is known color: Sapphire. HEX triplet: 12, 2B and 71. RGB value is (18,43,113). Sum of RGB (Red+Green+Blue) = 18+43+113=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #122B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B71 is #EDD48E. Grayscale: #2B2B2B. Windows color (decimal): -15586447 or 7416594. OLE color: 7416594.

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

Color convert

RGB 18 43 113 -
CMYK 0.84 0.62 0 0.56
HSL 224.21º 0.73% 0.26% -
HSV(B) 224.21º 0.84% 0.44% -
XYZ 4.09 3.05 16 -
YUV 43.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 18 43 113 0.84 0.62 0 0.56 224.21 0.73 0.26
Hex 12 2B 71 54 3E 0 38 E0 49 1A
Octal 22 53 161 124 76 0 70 340 111 32
Binary 10010 101011 1110001 1010100 111110 0 111000 11100000 1001001 11010

Color Harmonies of #122B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B71

Black with #122B71

Text Example


Text Example

White with #122B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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