Html Css Color HEX #122469 Sapphire

📋 copy color: '#122469'

red 18 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #122469

Tints of Sapphire #122469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 11.32%
G = 22.64%
B = 66.04%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122469 (or 0x122469) is known color: Sapphire. HEX triplet: 12, 24 and 69. RGB value is (18,36,105). Sum of RGB (Red+Green+Blue) = 18+36+105=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #122469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122469 is #EDDB96. Grayscale: #262626. Windows color (decimal): -15588247 or 6890514. OLE color: 6890514.

HSL color Cylindrical-coordinate representation of color #122469: hue angle of 227.59º 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 #122469 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 36 105 -
CMYK 0.83 0.66 0 0.59
HSL 227.59º 0.71% 0.24% -
HSV(B) 227.59º 0.83% 0.41% -
XYZ 3.43 2.41 13.65 -
YUV 38.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 18 36 105 0.83 0.66 0 0.59 227.59 0.71 0.24
Hex 12 24 69 53 42 0 3B E4 47 18
Octal 22 44 151 123 102 0 73 344 107 30
Binary 10010 100100 1101001 1010011 1000010 0 111011 11100100 1000111 11000

Color Harmonies of #122469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122469

Black with #122469

Text Example


Text Example

White with #122469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122469; }

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

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

background-color css

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

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

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

border-color css

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

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

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