Html Css Color HEX #122570 Sapphire

📋 copy color: '#122570'

red 18 ◦ green 37 ◦ blue 112

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

Shades of Sapphire #122570

Tints of Sapphire #122570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 112 (44.14% from 255) = 67.07%

R = 10.78%
G = 22.16%
B = 67.07%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122570 (or 0x122570) is known color: Sapphire. HEX triplet: 12, 25 and 70. RGB value is (18,37,112). Sum of RGB (Red+Green+Blue) = 18+37+112=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #122570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122570 is #EDDA8F. Grayscale: #272727. Windows color (decimal): -15587984 or 7349522. OLE color: 7349522.

HSL color Cylindrical-coordinate representation of color #122570: hue angle of 227.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122570 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 37 112 -
CMYK 0.84 0.67 0 0.56
HSL 227.87º 0.72% 0.25% -
HSV(B) 227.87º 0.84% 0.44% -
XYZ 3.84 2.62 15.63 -
YUV 39.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 18 37 112 0.84 0.67 0 0.56 227.87 0.72 0.25
Hex 12 25 70 54 43 0 38 E4 48 19
Octal 22 45 160 124 103 0 70 344 110 31
Binary 10010 100101 1110000 1010100 1000011 0 111000 11100100 1001000 11001

Color Harmonies of #122570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122570

Black with #122570

Text Example


Text Example

White with #122570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122570; }

 p { color: rgb(18,37,112); }

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

background-color css

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

 a { background-color: rgb(18,37,112); }

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

border-color css

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

 span { border-color: rgb(18,37,112); }

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