Html Css Color HEX #122950 Sapphire

📋 copy color: '#122950'

red 18 ◦ green 41 ◦ blue 80

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

Shades of Sapphire #122950

Tints of Sapphire #122950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

 BLUE value IS 80 (31.64% from 255) = 57.55%

R = 12.95%
G = 29.5%
B = 57.55%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#122950 (or 0x122950) is known color: Sapphire. HEX triplet: 12, 29 and 50. RGB value is (18,41,80). Sum of RGB (Red+Green+Blue) = 18+41+80=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #122950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122950 is #EDD6AF. Grayscale: #262626. Windows color (decimal): -15586992 or 5253394. OLE color: 5253394.

HSL color Cylindrical-coordinate representation of color #122950: hue angle of 217.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122950 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 41 80 -
CMYK 0.78 0.49 0 0.69
HSL 217.74º 0.63% 0.19% -
HSV(B) 217.74º 0.78% 0.31% -
XYZ 2.49 2.29 7.9 -
YUV 38.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 18 41 80 0.78 0.49 0 0.69 217.74 0.63 0.19
Hex 12 29 50 4E 31 0 45 DA 3F 13
Octal 22 51 120 116 61 0 105 332 77 23
Binary 10010 101001 1010000 1001110 110001 0 1000101 11011010 111111 10011

Color Harmonies of #122950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122950

Black with #122950

Text Example


Text Example

White with #122950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122950; }

 p { color: rgb(18,41,80); }

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

background-color css

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

 a { background-color: rgb(18,41,80); }

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

border-color css

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

 span { border-color: rgb(18,41,80); }

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