Html Css Color HEX #122672 Sapphire

📋 copy color: '#122672'

red 18 ◦ green 38 ◦ blue 114

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

Shades of Sapphire #122672

Tints of Sapphire #122672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 10.59%
G = 22.35%
B = 67.06%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122672 (or 0x122672) is known color: Sapphire. HEX triplet: 12, 26 and 72. RGB value is (18,38,114). Sum of RGB (Red+Green+Blue) = 18+38+114=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #122672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122672 is #EDD98D. Grayscale: #282828. Windows color (decimal): -15587726 or 7480850. OLE color: 7480850.

HSL color Cylindrical-coordinate representation of color #122672: hue angle of 227.5º 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 #122672 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 38 114 -
CMYK 0.84 0.67 0 0.55
HSL 227.5º 0.73% 0.26% -
HSV(B) 227.5º 0.84% 0.45% -
XYZ 3.98 2.73 16.24 -
YUV 40.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 18 38 114 0.84 0.67 0 0.55 227.5 0.73 0.26
Hex 12 26 72 54 43 0 37 E4 49 1A
Octal 22 46 162 124 103 0 67 344 111 32
Binary 10010 100110 1110010 1010100 1000011 0 110111 11100100 1001001 11010

Color Harmonies of #122672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122672

Black with #122672

Text Example


Text Example

White with #122672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122672; }

 p { color: rgb(18,38,114); }

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

background-color css

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

 a { background-color: rgb(18,38,114); }

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

border-color css

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

 span { border-color: rgb(18,38,114); }

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