Html Css Color HEX #122773 Sapphire

📋 copy color: '#122773'

red 18 ◦ green 39 ◦ blue 115

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

Shades of Sapphire #122773

Tints of Sapphire #122773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 10.47%
G = 22.67%
B = 66.86%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122773 (or 0x122773) is known color: Sapphire. HEX triplet: 12, 27 and 73. RGB value is (18,39,115). Sum of RGB (Red+Green+Blue) = 18+39+115=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #122773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122773 is #EDD88C. Grayscale: #292929. Windows color (decimal): -15587469 or 7546642. OLE color: 7546642.

HSL color Cylindrical-coordinate representation of color #122773: hue angle of 227.01º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122773 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 39 115 -
CMYK 0.84 0.66 0 0.55
HSL 227.01º 0.73% 0.26% -
HSV(B) 227.01º 0.84% 0.45% -
XYZ 4.07 2.82 16.55 -
YUV 41.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 18 39 115 0.84 0.66 0 0.55 227.01 0.73 0.26
Hex 12 27 73 54 42 0 37 E3 49 1A
Octal 22 47 163 124 102 0 67 343 111 32
Binary 10010 100111 1110011 1010100 1000010 0 110111 11100011 1001001 11010

Color Harmonies of #122773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122773

Black with #122773

Text Example


Text Example

White with #122773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122773; }

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

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

background-color css

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

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

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

border-color css

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

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

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