Html Css Color HEX #122674 Sapphire

📋 copy color: '#122674'

red 18 ◦ green 38 ◦ blue 116

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

Shades of Sapphire #122674

Tints of Sapphire #122674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 10.47%
G = 22.09%
B = 67.44%

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

#122674 (or 0x122674) is known color: Sapphire. HEX triplet: 12, 26 and 74. RGB value is (18,38,116). Sum of RGB (Red+Green+Blue) = 18+38+116=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #122674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122674 is #EDD98B. Grayscale: #282828. Windows color (decimal): -15587724 or 7611922. OLE color: 7611922.

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

Color convert

RGB 18 38 116 -
CMYK 0.84 0.67 0 0.55
HSL 227.76º 0.73% 0.26% -
HSV(B) 227.76º 0.84% 0.45% -
XYZ 4.09 2.78 16.84 -
YUV 40.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 18 38 116 0.84 0.67 0 0.55 227.76 0.73 0.26
Hex 12 26 74 54 43 0 37 E4 49 1A
Octal 22 46 164 124 103 0 67 344 111 32
Binary 10010 100110 1110100 1010100 1000011 0 110111 11100100 1001001 11010

Color Harmonies of #122674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122674

Black with #122674

Text Example


Text Example

White with #122674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122674; }

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

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

background-color css

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

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

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

border-color css

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

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

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