Html Css Color HEX #122657 Sapphire

📋 copy color: '#122657'

red 18 ◦ green 38 ◦ blue 87

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

Shades of Sapphire #122657

Tints of Sapphire #122657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 60.84%

R = 12.59%
G = 26.57%
B = 60.84%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122657 (or 0x122657) is known color: Sapphire. HEX triplet: 12, 26 and 57. RGB value is (18,38,87). Sum of RGB (Red+Green+Blue) = 18+38+87=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #122657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122657 is #EDD9A8. Grayscale: #252525. Windows color (decimal): -15587753 or 5711378. OLE color: 5711378.

HSL color Cylindrical-coordinate representation of color #122657: hue angle of 222.61º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122657 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 38 87 -
CMYK 0.79 0.56 0 0.66
HSL 222.61º 0.66% 0.21% -
HSV(B) 222.61º 0.79% 0.34% -
XYZ 2.66 2.2 9.3 -
YUV 37.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 18 38 87 0.79 0.56 0 0.66 222.61 0.66 0.21
Hex 12 26 57 4F 38 0 42 DF 42 15
Octal 22 46 127 117 70 0 102 337 102 25
Binary 10010 100110 1010111 1001111 111000 0 1000010 11011111 1000010 10101

Color Harmonies of #122657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122657

Black with #122657

Text Example


Text Example

White with #122657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122657; }

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

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

background-color css

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

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

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

border-color css

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

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

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