Html Css Color HEX #122765 Sapphire

📋 copy color: '#122765'

red 18 ◦ green 39 ◦ blue 101

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

Shades of Sapphire #122765

Tints of Sapphire #122765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 11.39%
G = 24.68%
B = 63.92%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122765 (or 0x122765) is known color: Sapphire. HEX triplet: 12, 27 and 65. RGB value is (18,39,101). Sum of RGB (Red+Green+Blue) = 18+39+101=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #122765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122765 is #EDD89A. Grayscale: #272727. Windows color (decimal): -15587483 or 6629138. OLE color: 6629138.

HSL color Cylindrical-coordinate representation of color #122765: hue angle of 224.82º 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 #122765 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 39 101 -
CMYK 0.82 0.61 0 0.60
HSL 224.82º 0.7% 0.23% -
HSV(B) 224.82º 0.82% 0.4% -
XYZ 3.32 2.52 12.62 -
YUV 39.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 18 39 101 0.82 0.61 0 0.60 224.82 0.7 0.23
Hex 12 27 65 52 3D 0 3C E1 46 17
Octal 22 47 145 122 75 0 74 341 106 27
Binary 10010 100111 1100101 1010010 111101 0 111100 11100001 1000110 10111

Color Harmonies of #122765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122765

Black with #122765

Text Example


Text Example

White with #122765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122765; }

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

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

background-color css

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

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

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

border-color css

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

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

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