Html Css Color HEX #122965 Sapphire

📋 copy color: '#122965'

red 18 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #122965

Tints of Sapphire #122965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.13%

R = 11.25%
G = 25.63%
B = 63.13%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122965 (or 0x122965) is known color: Sapphire. HEX triplet: 12, 29 and 65. RGB value is (18,41,101). Sum of RGB (Red+Green+Blue) = 18+41+101=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #122965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122965 is #EDD69A. Grayscale: #282828. Windows color (decimal): -15586971 or 6629650. OLE color: 6629650.

HSL color Cylindrical-coordinate representation of color #122965: hue angle of 223.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122965 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 41 101 -
CMYK 0.82 0.59 0 0.60
HSL 223.37º 0.7% 0.23% -
HSV(B) 223.37º 0.82% 0.4% -
XYZ 3.39 2.65 12.65 -
YUV 40.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 18 41 101 0.82 0.59 0 0.60 223.37 0.7 0.23
Hex 12 29 65 52 3B 0 3C DF 46 17
Octal 22 51 145 122 73 0 74 337 106 27
Binary 10010 101001 1100101 1010010 111011 0 111100 11011111 1000110 10111

Color Harmonies of #122965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122965

Black with #122965

Text Example


Text Example

White with #122965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122965; }

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

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

background-color css

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

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

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

border-color css

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

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

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