Html Css Color HEX #122761 Sapphire

📋 copy color: '#122761'

red 18 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #122761

Tints of Sapphire #122761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 62.99%

R = 11.69%
G = 25.32%
B = 62.99%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122761 (or 0x122761) is known color: Sapphire. HEX triplet: 12, 27 and 61. RGB value is (18,39,97). Sum of RGB (Red+Green+Blue) = 18+39+97=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #122761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122761 is #EDD89E. Grayscale: #272727. Windows color (decimal): -15587487 or 6366994. OLE color: 6366994.

HSL color Cylindrical-coordinate representation of color #122761: hue angle of 224.05º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122761 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 39 97 -
CMYK 0.81 0.60 0 0.62
HSL 224.05º 0.69% 0.23% -
HSV(B) 224.05º 0.81% 0.38% -
XYZ 3.13 2.44 11.62 -
YUV 39.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 18 39 97 0.81 0.60 0 0.62 224.05 0.69 0.23
Hex 12 27 61 51 3C 0 3E E0 45 17
Octal 22 47 141 121 74 0 76 340 105 27
Binary 10010 100111 1100001 1010001 111100 0 111110 11100000 1000101 10111

Color Harmonies of #122761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122761

Black with #122761

Text Example


Text Example

White with #122761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122761; }

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

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

background-color css

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

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

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

border-color css

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

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

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