Html Css Color HEX #122869 Sapphire

📋 copy color: '#122869'

red 18 ◦ green 40 ◦ blue 105

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

Shades of Sapphire #122869

Tints of Sapphire #122869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

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

R = 11.04%
G = 24.54%
B = 64.42%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122869 (or 0x122869) is known color: Sapphire. HEX triplet: 12, 28 and 69. RGB value is (18,40,105). Sum of RGB (Red+Green+Blue) = 18+40+105=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #122869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122869 is #EDD796. Grayscale: #282828. Windows color (decimal): -15587223 or 6891538. OLE color: 6891538.

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

Color convert

RGB 18 40 105 -
CMYK 0.83 0.62 0 0.59
HSL 224.83º 0.71% 0.24% -
HSV(B) 224.83º 0.83% 0.41% -
XYZ 3.56 2.67 13.69 -
YUV 40.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 18 40 105 0.83 0.62 0 0.59 224.83 0.71 0.24
Hex 12 28 69 53 3E 0 3B E1 47 18
Octal 22 50 151 123 76 0 73 341 107 30
Binary 10010 101000 1101001 1010011 111110 0 111011 11100001 1000111 11000

Color Harmonies of #122869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122869

Black with #122869

Text Example


Text Example

White with #122869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122869; }

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

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

background-color css

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

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

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

border-color css

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

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

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