Html Css Color HEX #122C81 Sapphire

📋 copy color: '#122C81'

red 18 ◦ green 44 ◦ blue 129

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

Shades of Sapphire #122C81

Tints of Sapphire #122C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.04%

 BLUE value IS 129 (50.78% from 255) = 67.54%

R = 9.42%
G = 23.04%
B = 67.54%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122C81 (or 0x122C81) is known color: Sapphire. HEX triplet: 12, 2C and 81. RGB value is (18,44,129). Sum of RGB (Red+Green+Blue) = 18+44+129=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #122C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C81 is #EDD37E. Grayscale: #2D2D2D. Windows color (decimal): -15586175 or 8465426. OLE color: 8465426.

HSL color Cylindrical-coordinate representation of color #122C81: hue angle of 225.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122C81 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 44 129 -
CMYK 0.86 0.66 0 0.49
HSL 225.95º 0.76% 0.29% -
HSV(B) 225.95º 0.86% 0.51% -
XYZ 5.11 3.51 21.18 -
YUV 45.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 18 44 129 0.86 0.66 0 0.49 225.95 0.76 0.29
Hex 12 2C 81 56 42 0 31 E2 4C 1D
Octal 22 54 201 126 102 0 61 342 114 35
Binary 10010 101100 10000001 1010110 1000010 0 110001 11100010 1001100 11101

Color Harmonies of #122C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C81

Black with #122C81

Text Example


Text Example

White with #122C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,44,129); }

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

background-color css

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

 a { background-color: rgb(18,44,129); }

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

border-color css

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

 span { border-color: rgb(18,44,129); }

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