Html Css Color HEX #122669 Sapphire

📋 copy color: '#122669'

red 18 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #122669

Tints of Sapphire #122669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 11.18%
G = 23.6%
B = 65.22%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122669 (or 0x122669) is known color: Sapphire. HEX triplet: 12, 26 and 69. RGB value is (18,38,105). Sum of RGB (Red+Green+Blue) = 18+38+105=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #122669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122669 is #EDD996. Grayscale: #272727. Windows color (decimal): -15587735 or 6891026. OLE color: 6891026.

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

Color convert

RGB 18 38 105 -
CMYK 0.83 0.64 0 0.59
HSL 226.21º 0.71% 0.24% -
HSV(B) 226.21º 0.83% 0.41% -
XYZ 3.49 2.53 13.67 -
YUV 39.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 18 38 105 0.83 0.64 0 0.59 226.21 0.71 0.24
Hex 12 26 69 53 40 0 3B E2 47 18
Octal 22 46 151 123 100 0 73 342 107 30
Binary 10010 100110 1101001 1010011 1000000 0 111011 11100010 1000111 11000

Color Harmonies of #122669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122669

Black with #122669

Text Example


Text Example

White with #122669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122669; }

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

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

background-color css

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

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

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

border-color css

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

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

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