Html Css Color HEX #122D69 Sapphire

📋 copy color: '#122D69'

red 18 ◦ green 45 ◦ blue 105

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

Shades of Sapphire #122D69

Tints of Sapphire #122D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.79%

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 10.71%
G = 26.79%
B = 62.5%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122D69 (or 0x122D69) is known color: Sapphire. HEX triplet: 12, 2D and 69. RGB value is (18,45,105). Sum of RGB (Red+Green+Blue) = 18+45+105=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #122D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D69 is #EDD296. Grayscale: #2B2B2B. Windows color (decimal): -15585943 or 6892818. OLE color: 6892818.

HSL color Cylindrical-coordinate representation of color #122D69: hue angle of 221.38º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122D69 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 45 105 -
CMYK 0.83 0.57 0 0.59
HSL 221.38º 0.71% 0.24% -
HSV(B) 221.38º 0.83% 0.41% -
XYZ 3.74 3.03 13.75 -
YUV 43.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 18 45 105 0.83 0.57 0 0.59 221.38 0.71 0.24
Hex 12 2D 69 53 39 0 3B DD 47 18
Octal 22 55 151 123 71 0 73 335 107 30
Binary 10010 101101 1101001 1010011 111001 0 111011 11011101 1000111 11000

Color Harmonies of #122D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D69

Black with #122D69

Text Example


Text Example

White with #122D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,45,105); }

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

background-color css

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

 a { background-color: rgb(18,45,105); }

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

border-color css

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

 span { border-color: rgb(18,45,105); }

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